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#include "mc/world/item/ItemInstance.h"
9
10// auto generated forward declare list
11// clang-format off
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 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~CreativeItemEntry() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 ::CreativeItemRegistry* registry,
43 ::CreativeItemNetId const& creativeNetId,
44 ::ItemInstance const& item,
45 uint index
46 );
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(
53 ::CreativeItemRegistry* registry,
54 ::CreativeItemNetId const& creativeNetId,
55 ::ItemInstance const& item,
56 uint index
57 );
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
Definition EnableNonOwnerReferences.h:7
Definition CreativeItemEntry.h:16
static MCAPI void ** $vftable()
Definition CreativeItemRegistry.h:20
Definition ItemInstance.h:16
Definition TypedServerNetId.h:6
Definition CreativeItemNetIdTag.h:5