16class RecipeIngredient :
public ::ItemDescriptorCount {
26 MCAPI RecipeIngredient(
::Block const& block, ushort stackSize);
28 MCAPI RecipeIngredient(::ItemDescriptor
const& descriptor, ushort stackSize);
30 MCAPI RecipeIngredient(
::Item const& item,
int auxValue, ushort stackSize);
32 MCAPI RecipeIngredient(::std::string_view item,
int auxValue, ushort stackSize);
34 MCAPI
bool isEmpty()
const;
40 MCAPI static ::RecipeIngredient& EMPTY_INGREDIENT();
48 MCAPI
void* $ctor(
::Block const& block, ushort stackSize);
50 MCAPI
void* $ctor(::ItemDescriptor
const& descriptor, ushort stackSize);
52 MCAPI
void* $ctor(
::Item const& item,
int auxValue, ushort stackSize);
54 MCAPI
void* $ctor(::std::string_view item,
int auxValue, ushort stackSize);
60 MCAPI
static void** $vftable();