18class ItemDescriptorCount :
public ::ItemDescriptor {
22 ::ll::TypedStorage<2, 2, ushort> mStackSize;
34 MCAPI ItemDescriptorCount();
38 MCAPI ItemDescriptorCount(
::Block const& block, ushort stackSize);
40 MCAPI ItemDescriptorCount(
::BlockType const& block, ushort stackSize);
42 MCAPI ItemDescriptorCount(::ItemDescriptor
const& descriptor, ushort stackSize);
44 MCAPI ItemDescriptorCount(
::ItemTag const& itemTag, ushort stackSize);
46 MCAPI ItemDescriptorCount(
::Item const& item,
int auxValue, ushort stackSize);
48 MCAPI ItemDescriptorCount(::std::string_view item,
int auxValue, ushort stackSize);
50 MCAPI
short getStackSize()
const;
52 MCAPI
void setStackSize(
short size);
62 MCAPI
void* $ctor(
::Block const& block, ushort stackSize);
64 MCAPI
void* $ctor(
::BlockType const& block, ushort stackSize);
66 MCAPI
void* $ctor(::ItemDescriptor
const& descriptor, ushort stackSize);
68 MCAPI
void* $ctor(
::ItemTag const& itemTag, ushort stackSize);
70 MCAPI
void* $ctor(
::Item const& item,
int auxValue, ushort stackSize);
72 MCAPI
void* $ctor(::std::string_view item,
int auxValue, ushort stackSize);
86 MCAPI
static void** $vftable();