17class RecipeIngredient :
public ::ItemDescriptorCount {
25 virtual ~RecipeIngredient() ;
31 MCAPI RecipeIngredient(::RecipeIngredient
const&);
35 MCAPI RecipeIngredient(
::Block const& block, ushort stackSize);
37 MCAPI RecipeIngredient(
::BlockType const& block, ushort stackSize);
39 MCAPI RecipeIngredient(
::ItemTag const& itemTag, ushort stackSize);
41 MCAPI RecipeIngredient(
::Item const& item,
int auxValue, ushort stackSize);
43 MCAPI RecipeIngredient(::std::string_view item,
int auxValue, ushort stackSize);
45 MCFOLD ::RecipeIngredient& operator=(::RecipeIngredient
const&);
51 MCAPI static ::RecipeIngredient& EMPTY_INGREDIENT();
57 MCAPI
void* $ctor(::RecipeIngredient
const&);
61 MCAPI
void* $ctor(
::Block const& block, ushort stackSize);
63 MCAPI
void* $ctor(
::BlockType const& block, ushort stackSize);
65 MCAPI
void* $ctor(
::ItemTag const& itemTag, ushort stackSize);
67 MCAPI
void* $ctor(
::Item const& item,
int auxValue, ushort stackSize);
69 MCAPI
void* $ctor(::std::string_view item,
int auxValue, ushort stackSize);
81 MCAPI
static void** $vftable();