LeviLamina
Loading...
Searching...
No Matches
CreativeItemEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/world/inventory/network/TypedServerNetId.h"
8
9// auto generated forward declare list
10// clang-format off
12class ItemInstance;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::CreativeItemRegistry*> mRegistry;
21 ::ll::TypedStorage<4, 4, uint> mGroupIndex;
22 ::ll::TypedStorage<4, 4, ::CreativeItemNetId> mCreativeNetId;
23 ::ll::TypedStorage<8, 128, ::ItemInstance> mItemInstance;
24 ::ll::TypedStorage<4, 4, uint> mIndex;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~CreativeItemEntry() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 ::CreativeItemRegistry* registry,
39 ::CreativeItemNetId const& creativeNetId,
40 ::ItemInstance const& item,
41 uint index
42 );
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(
49 ::CreativeItemRegistry* registry,
50 ::CreativeItemNetId const& creativeNetId,
51 ::ItemInstance const& item,
52 uint index
53 );
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition EnableNonOwnerReferences.h:7
Definition CreativeItemEntry.h:16
Definition CreativeItemRegistry.h:20
Definition ItemInstance.h:16
Definition TypedServerNetId.h:6
Definition CreativeItemNetIdTag.h:5