Uses of Interface
org.bukkit.inventory.RecipeChoice
-
Packages that use RecipeChoice Package Description org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. -
-
Uses of RecipeChoice in org.bukkit.inventory
Classes in org.bukkit.inventory that implement RecipeChoice Modifier and Type Class Description static class
RecipeChoice.MaterialChoice
Represents a choice of multiple matching Materials.Methods in org.bukkit.inventory that return RecipeChoice Modifier and Type Method Description RecipeChoice
RecipeChoice. clone()
Methods in org.bukkit.inventory that return types with arguments of type RecipeChoice Modifier and Type Method Description List<RecipeChoice>
ShapelessRecipe. getChoiceList()
Map<Character,RecipeChoice>
ShapedRecipe. getChoiceMap()
Methods in org.bukkit.inventory with parameters of type RecipeChoice Modifier and Type Method Description ShapelessRecipe
ShapelessRecipe. addIngredient(RecipeChoice ingredient)
ShapelessRecipe
ShapelessRecipe. removeIngredient(RecipeChoice ingredient)
Removes an ingredient from the list.ShapedRecipe
ShapedRecipe. setIngredient(char key, RecipeChoice ingredient)
-