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.ExactChoice
Deprecated.draft APIstatic 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()
RecipeChoice
FurnaceRecipe. getInputChoice()
Get the input choice.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)
FurnaceRecipe
FurnaceRecipe. setInputChoice(RecipeChoice input)
Sets the input of this furnace recipe.Constructors in org.bukkit.inventory with parameters of type RecipeChoice Constructor Description FurnaceRecipe(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime)
Create a furnace recipe to craft the specified ItemStack.
-