Uses of Class
org.bukkit.inventory.ShapelessRecipe
| Package | Description |
|---|---|
| org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
-
Uses of ShapelessRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return ShapelessRecipe Modifier and Type Method Description ShapelessRecipeShapelessRecipe. addIngredient(int count, Material ingredient)Adds multiples of the specified ingredient.ShapelessRecipeShapelessRecipe. addIngredient(int count, MaterialData ingredient)Adds multiples of the specified ingredient.ShapelessRecipeShapelessRecipe. addIngredient(int count, Material ingredient, int rawdata)Deprecated.Magic valueShapelessRecipeShapelessRecipe. addIngredient(RecipeChoice ingredient)ShapelessRecipeShapelessRecipe. addIngredient(Material ingredient)Adds the specified ingredient.ShapelessRecipeShapelessRecipe. addIngredient(MaterialData ingredient)Adds the specified ingredient.ShapelessRecipeShapelessRecipe. addIngredient(Material ingredient, int rawdata)Deprecated.Magic valueShapelessRecipeShapelessRecipe. removeIngredient(int count, Material ingredient)Removes multiple instances of an ingredient from the list.ShapelessRecipeShapelessRecipe. removeIngredient(int count, MaterialData ingredient)Removes multiple instances of an ingredient from the list.ShapelessRecipeShapelessRecipe. removeIngredient(int count, Material ingredient, int rawdata)Deprecated.Magic valueShapelessRecipeShapelessRecipe. removeIngredient(RecipeChoice ingredient)Removes an ingredient from the list.ShapelessRecipeShapelessRecipe. removeIngredient(Material ingredient)Removes an ingredient from the list.ShapelessRecipeShapelessRecipe. removeIngredient(MaterialData ingredient)Removes an ingredient from the list.ShapelessRecipeShapelessRecipe. removeIngredient(Material ingredient, int rawdata)Deprecated.Magic value