Uses of Class
org.bukkit.inventory.ShapelessRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of ShapelessRecipe in org.bukkit.inventory
Modifier and TypeMethodDescriptionShapelessRecipe.addIngredient(int count, @NotNull ItemStack item)
ShapelessRecipe.addIngredient(int count, @NotNull Material ingredient)
Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, @NotNull MaterialData ingredient)
Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, @NotNull Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.addIngredient(@NotNull ItemStack item)
ShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient)
ShapelessRecipe.addIngredient(@NotNull Material ingredient)
Adds the specified ingredient.ShapelessRecipe.addIngredient(@NotNull MaterialData ingredient)
Adds the specified ingredient.ShapelessRecipe.addIngredient(@NotNull Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.removeIngredient(int count, @NotNull ItemStack item)
ShapelessRecipe.removeIngredient(int count, @NotNull Material ingredient)
Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, @NotNull MaterialData ingredient)
Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, @NotNull Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.removeIngredient(@NotNull ItemStack item)
ShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull Material ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull MaterialData ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull Material ingredient, int rawdata)
Deprecated.Magic value