Uses of Interface
org.bukkit.inventory.RecipeChoice
Packages that use RecipeChoice
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of RecipeChoice in org.bukkit.inventory
Classes in org.bukkit.inventory that implement RecipeChoiceModifier and TypeClassDescriptionstatic class
Represents a choice that will be valid only one of the stacks is exactly matched (aside from stack size).static class
Represents a choice of multiple matching Materials.Methods in org.bukkit.inventory that return RecipeChoiceModifier and TypeMethodDescriptionRecipeChoice.clone()
SmithingRecipe.getAddition()
Get the addition recipe item.SmithingRecipe.getBase()
Get the base recipe item.CookingRecipe.getInputChoice()
Get the input choice.StonecuttingRecipe.getInputChoice()
Get the input choice.SmithingTransformRecipe.getTemplate()
Get the template recipe item.SmithingTrimRecipe.getTemplate()
Get the template recipe item.Methods in org.bukkit.inventory that return types with arguments of type RecipeChoiceModifier and TypeMethodDescriptionShapelessRecipe.getChoiceList()
ShapedRecipe.getChoiceMap()
Get a copy of the choice map.Methods in org.bukkit.inventory with parameters of type RecipeChoiceModifier and TypeMethodDescriptionShapelessRecipe.addIngredient
(RecipeChoice ingredient) ShapelessRecipe.removeIngredient
(RecipeChoice ingredient) Removes an ingredient from the list.ShapedRecipe.setIngredient
(char key, RecipeChoice ingredient) Sets theRecipeChoice
that a character in the recipe shape refers to.CookingRecipe.setInputChoice
(RecipeChoice input) Sets the input of this cooking recipe.FurnaceRecipe.setInputChoice
(RecipeChoice input) StonecuttingRecipe.setInputChoice
(RecipeChoice input) Sets the input of this cooking recipe.Constructors in org.bukkit.inventory with parameters of type RecipeChoiceModifierConstructorDescriptionBlastingRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime) CampfireRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime) CookingRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime) Create a cooking recipe to craft the specified ItemStack.FurnaceRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime) Create a furnace recipe to craft the specified ItemStack.SmithingRecipe
(NamespacedKey key, ItemStack result, RecipeChoice base, RecipeChoice addition) Create a smithing recipe to produce the specified result ItemStack.SmithingTransformRecipe
(NamespacedKey key, ItemStack result, RecipeChoice template, RecipeChoice base, RecipeChoice addition) Create a smithing recipe to produce the specified result ItemStack.SmithingTrimRecipe
(NamespacedKey key, RecipeChoice template, RecipeChoice base, RecipeChoice addition) Create a smithing recipe to produce the specified result ItemStack.SmokingRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input, float experience, int cookingTime) StonecuttingRecipe
(NamespacedKey key, ItemStack result, RecipeChoice input) Create a cooking recipe to craft the specified ItemStack.