LeviLamina
Loading...
Searching...
No Matches
ItemStackResponseContainerInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
FullContainerName
;
8
struct
ItemStackResponseSlotInfo
;
9
// clang-format on
10
11
struct
ItemStackResponseContainerInfo
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 12, ::FullContainerName> mFullContainerName;
16
::ll::TypedStorage<8, 24, ::std::vector<::ItemStackResponseSlotInfo>> mSlots;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
ItemStackResponseContainerInfo
& operator=(
ItemStackResponseContainerInfo
const
&);
22
ItemStackResponseContainerInfo
(
ItemStackResponseContainerInfo
const
&);
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
ItemStackResponseContainerInfo
(
::ItemStackResponseContainerInfo
&&);
28
29
MCAPI
~ItemStackResponseContainerInfo
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(
::ItemStackResponseContainerInfo
&&);
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCAPI
void
$dtor();
42
// NOLINTEND
43
};
FullContainerName
Definition
FullContainerName.h:8
ItemStackResponseContainerInfo
Definition
ItemStackResponseContainerInfo.h:11
ItemStackResponseSlotInfo
Definition
ItemStackResponseSlotInfo.h:14
src
mc
network
packet
ItemStackResponseContainerInfo.h
Generated on Sat Apr 26 2025 05:55:47 for LeviLamina by
1.12.0