19 ::ll::TypedStorage<8, 48, ::HashedString> mName;
20 ::ll::TypedStorage<2, 2, short> mId;
21 ::ll::TypedStorage<1, 1, bool> mIsComponentBased;
22 ::ll::TypedStorage<4, 4, ::ItemVersion> mItemVersion;
23 ::ll::TypedStorage<8, 24, ::CompoundTag> mComponentData;
33 MCAPI ItemData(::ItemData&&);
35 MCAPI ItemData(::ItemData
const& other);
37 MCAPI ::ItemData& operator=(::ItemData&&);
39 MCAPI ::ItemData& operator=(::ItemData
const& other);
41 MCAPI
bool operator==(::ItemData
const&)
const;
49 MCAPI static ::std::vector<::ItemData> fromItemRegistry(
::ItemRegistryRef itemRegistry);
55 MCAPI
void* $ctor(::ItemData&&);
57 MCAPI
void* $ctor(::ItemData
const& other);