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, Material ingredient)
Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, MaterialData ingredient)
Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.addIngredient(RecipeChoice ingredient)
ShapelessRecipe.addIngredient(Material ingredient)
Adds the specified ingredient.ShapelessRecipe.addIngredient(MaterialData ingredient)
Adds the specified ingredient.ShapelessRecipe.addIngredient(Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.removeIngredient(int count, Material ingredient)
Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, MaterialData ingredient)
Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, Material ingredient, int rawdata)
Deprecated.Magic valueShapelessRecipe.removeIngredient(RecipeChoice ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(Material ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(MaterialData ingredient)
Removes an ingredient from the list.ShapelessRecipe.removeIngredient(Material ingredient, int rawdata)
Deprecated.Magic value