| Package | Description | 
|---|---|
| org.bukkit.inventory | 
 Classes involved in manipulating player inventories and item interactions. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
ShapelessRecipe | 
ShapelessRecipe.addIngredient(int count,
             Material ingredient) | 
 Adds multiples of the specified ingredient. 
 | 
ShapelessRecipe | 
ShapelessRecipe.addIngredient(int count,
             MaterialData ingredient) | 
 Adds multiples of the specified ingredient. 
 | 
ShapelessRecipe | 
ShapelessRecipe.addIngredient(int count,
             Material ingredient,
             int rawdata) | 
 Deprecated. 
 
Magic value 
 | 
ShapelessRecipe | 
ShapelessRecipe.addIngredient(RecipeChoice ingredient) | 
|
ShapelessRecipe | 
ShapelessRecipe.addIngredient(Material ingredient) | 
 Adds the specified ingredient. 
 | 
ShapelessRecipe | 
ShapelessRecipe.addIngredient(MaterialData ingredient) | 
 Adds the specified ingredient. 
 | 
ShapelessRecipe | 
ShapelessRecipe.addIngredient(Material ingredient,
             int rawdata) | 
 Deprecated. 
 
Magic value 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(int count,
                Material ingredient) | 
 Removes multiple instances of an ingredient from the list. 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(int count,
                MaterialData ingredient) | 
 Removes multiple instances of an ingredient from the list. 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(int count,
                Material ingredient,
                int rawdata) | 
 Deprecated. 
 
Magic value 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(RecipeChoice ingredient) | 
 Removes an ingredient from the list. 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(Material ingredient) | 
 Removes an ingredient from the list. 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(MaterialData ingredient) | 
 Removes an ingredient from the list. 
 | 
ShapelessRecipe | 
ShapelessRecipe.removeIngredient(Material ingredient,
                int rawdata) | 
 Deprecated. 
 
Magic value 
 | 
Copyright © 2020. All rights reserved.