@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull Material ingredient) |
Adds multiples of the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull MaterialData ingredient) |
Adds multiples of the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull Material ingredient,
int rawdata) |
Deprecated.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient) |
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull Material ingredient) |
Adds the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull MaterialData ingredient) |
Adds the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull Material ingredient,
int rawdata) |
Deprecated.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull Material ingredient) |
Removes multiple instances of an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull MaterialData ingredient) |
Removes multiple instances of an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull Material ingredient,
int rawdata) |
Deprecated.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient) |
Removes an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull Material ingredient) |
Removes an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull MaterialData ingredient) |
Removes an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull Material ingredient,
int rawdata) |
Deprecated.
|