Package | Description |
---|---|
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method | Description |
---|---|---|
@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.
Magic value
|
@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.
Magic value
|
@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.
Magic value
|
@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.
Magic value
|
Copyright © 2020. All rights reserved.