LeviLamina
Loading...
Searching...
No Matches
CreativeGroupInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8#include "mc/deps/shared_types/item/CreativeItemCategory.h"
9#include "mc/world/item/ItemInstance.h"
10
11// auto generated forward declare list
12// clang-format off
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, ::SharedTypes::CreativeItemCategory> mCategory;
22 ::ll::TypedStorage<8, 8, ::CreativeItemRegistry*> mRegistry;
23 ::ll::TypedStorage<8, 48, ::HashedString> mName;
24 ::ll::TypedStorage<8, 128, ::ItemInstance> mIcon;
25 ::ll::TypedStorage<4, 4, uint> mIndex;
26 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mItemIndexes;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~CreativeGroupInfo() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI void _addCreativeItemEntry(::CreativeItemEntry* itemEntry);
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition EnableNonOwnerReferences.h:7
Definition CreativeGroupInfo.h:17
static MCAPI void ** $vftable()
Definition CreativeItemEntry.h:16
Definition CreativeItemRegistry.h:21