24 virtual void reinit(
::Item const& item,
int count,
int auxValue) ;
27 virtual void reinit(::std::string_view
const name,
int count,
int auxValue) ;
55 MCAPI static ::ItemInstance fromTag(
::CompoundTag const& tag);
61 MCAPI static ::ItemInstance
const& EMPTY_ITEM();
77 MCAPI
void* $ctor(
::Item const& item,
int count,
int auxValue,
::CompoundTag const* _userData);
79 MCAPI
void* $ctor(::std::string_view name,
int count,
int auxValue,
::CompoundTag const* _userData);
93 MCAPI
void $reinit(
::Item const& item,
int count,
int auxValue);
95 MCAPI
void $reinit(::std::string_view
const name,
int count,
int auxValue);
101 MCAPI
static void** $vftable();