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
10public:
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
18public:
19 // member functions
20 // NOLINTBEGIN
21#ifdef LL_PLAT_C
23#endif
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29#ifdef LL_PLAT_C
30 MCNAPI void $dtor();
31#endif
32 // NOLINTEND
33};
Definition ContainerSplitControl.h:9