21 ::ll::TypedStorage<4, 4, ::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;
31 CreativeGroupInfo& operator=(CreativeGroupInfo
const&);
37 virtual ~CreativeGroupInfo() ;
43 MCAPI CreativeGroupInfo(::CreativeGroupInfo
const&);
49 MCFOLD ::SharedTypes::CreativeItemCategory getCreativeCategory()
const;
51 MCFOLD ::ItemInstance
const& getIcon()
const;
53 MCFOLD ::std::vector<uint>
const& getItems()
const;
55 MCAPI ::std::string
const& getName()
const;
61 MCAPI
void* $ctor(::CreativeGroupInfo
const&);
Definition CreativeItemEntry.h:17