14class ItemStackDescriptor :
public ::ItemDescriptorCount {
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mUserData;
23 ItemStackDescriptor& operator=(ItemStackDescriptor
const&);
24 ItemStackDescriptor(ItemStackDescriptor
const&);
29 MCAPI ItemStackDescriptor();
31 MCAPI ItemStackDescriptor(
::Item const& item,
int auxValue, ushort stackSize,
::CompoundTag const* userData);
33 MCAPI ::ItemStackDescriptor& operator=(::ItemStackDescriptor&& other);
41 MCAPI
void* $ctor(
::Item const& item,
int auxValue, ushort stackSize,
::CompoundTag const* userData);
47 MCAPI
static void** $vftable();