20 virtual void reinit(
::Block const& block,
int count) ;
23 virtual void reinit(
::Item const& item,
int count,
int auxValue) ;
26 virtual void reinit(::std::string_view
const name,
int count,
int auxValue) ;
52 MCAPI static ::ItemInstance fromTag(
::CompoundTag const& tag);
58 MCAPI static ::ItemInstance
const& EMPTY_ITEM();
72 MCAPI
void* $ctor(
::Item const& item,
int count,
int auxValue,
::CompoundTag const* _userData);
74 MCAPI
void* $ctor(::std::string_view name,
int count,
int auxValue,
::CompoundTag const* _userData);
86 MCAPI
void $reinit(
::Block const& block,
int count);
88 MCAPI
void $reinit(
::Item const& item,
int count,
int auxValue);
90 MCAPI
void $reinit(::std::string_view
const name,
int count,
int auxValue);