LeviLamina
Loading...
Searching...
No Matches
ContainerValidationSlotData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/FullContainerName.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 12, ::FullContainerName> mContainerEnumName;
13 ::ll::TypedStorage<4, 4, int> mSlotIndex;
14 // NOLINTEND
15
16#ifdef LL_PLAT_S
17public:
18 // prevent constructor by default
20
21#else // LL_PLAT_C
22#endif
23public:
24 // member functions
25 // NOLINTBEGIN
26#ifdef LL_PLAT_C
28#endif
29
30 MCNAPI ContainerValidationSlotData(::FullContainerName const& container, int slotIndex);
31
32#ifdef LL_PLAT_C
33 MCNAPI ContainerValidationSlotData(::std::string containerEnumNameString, int slotIndex);
34#endif
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCNAPI static ::ContainerValidationSlotData const& AUTOPLACE();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI void* $ctor();
48#endif
49
50 MCNAPI void* $ctor(::FullContainerName const& container, int slotIndex);
51
52#ifdef LL_PLAT_C
53 MCNAPI void* $ctor(::std::string containerEnumNameString, int slotIndex);
54#endif
55 // NOLINTEND
56};
MCAPI void * $ctor(::FullContainerName const &container, int slotIndex)
static MCAPI ::ContainerValidationSlotData const & AUTOPLACE()
MCAPI ContainerValidationSlotData(::FullContainerName const &container, int slotIndex)
Definition FullContainerName.h:8