LeviLamina
Loading...
Searching...
No Matches
ContainerSplitControl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/SlotData.h"
7
#include "mc/world/inventory/simulation/ContainerValidationSlotData.h"
8
9
struct
ContainerSplitControl
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<4, 16, ::ContainerValidationSlotData> containerSlot;
14
::ll::TypedStorage<8, 40, ::SlotData> slot;
15
::ll::TypedStorage<4, 4, int> addedCount;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
#ifdef LL_PLAT_C
22
MCNAPI
~ContainerSplitControl
();
23
#endif
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
#ifdef LL_PLAT_C
30
MCNAPI
void
$dtor();
31
#endif
32
// NOLINTEND
33
};
ContainerSplitControl
Definition
ContainerSplitControl.h:9
src
mc
world
containers
managers
controllers
ContainerSplitControl.h
Generated on
for LeviLamina by
1.16.1