LeviLamina
Loading...
Searching...
No Matches
CreativeItemGroupCategory.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/item/CreativeItemCategory.h"
8
9// auto generated forward declare list
10// clang-format off
13class HashedString;
14class ItemInstance;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::std::string> mName;
22 ::ll::TypedStorage<4, 4, ::CreativeItemCategory> mCategory;
23 ::ll::TypedStorage<8, 8, ::CreativeItemRegistry*> mRegistry;
24 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, uint>> mNamedGroupIndex;
25 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mGroupIndexes;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~CreativeItemGroupCategory() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ::CreativeGroupInfo* addAnonymousGroup();
39
40 MCAPI ::CreativeGroupInfo* addChildGroup(::HashedString const& name, ::ItemInstance const& icon);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCAPI static void** $vftable();
53 // NOLINTEND
54};
Definition EnableNonOwnerReferences.h:7
Definition CreativeGroupInfo.h:17
Definition CreativeItemGroupCategory.h:17
Definition CreativeItemRegistry.h:20
Definition HashedString.h:5
Definition ItemInstance.h:16