24 ::ll::TypedStorage<8, 24, ::std::vector<::CreativeItemEntry>> mCreativeItems;
25 ::ll::TypedStorage<8, 24, ::std::vector<::CreativeGroupInfo>> mCreativeGroups;
26 ::ll::TypedStorage<8, 64, ::std::unordered_map<::CreativeItemCategory, ::CreativeItemGroupCategory>>
27 mCreativeGroupCategories;
28 ::ll::TypedStorage<8, 64, ::std::unordered_map<::CreativeItemNetId, uint64>> mCreativeNetIdIndex;
41 MCAPI ::brstd::flat_map<
42 ::CreativeItemCategory,
43 ::gsl::not_null<::CreativeItemGroupCategory*>,
44 ::std::less<::CreativeItemCategory>,
45 ::std::vector<::CreativeItemCategory>,
46 ::std::vector<::gsl::not_null<::CreativeItemGroupCategory*>>>
49 MCAPI
void forEachCreativeItemInstance(::std::function<
bool(
::ItemInstance const&)> func)
const;
51 MCAPI ::CreativeItemGroupCategory* newCreativeCategory(::std::string
const& name, ::CreativeItemCategory category);
53 MCAPI
void updateNetIdMap();
65 MCAPI
static void** $vftable();
Definition CreativeItemEntry.h:16