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 classRecipeChoice.ExactChoiceDeprecated.draft APIstatic classRecipeChoice.MaterialChoiceRepresents a choice of multiple matching Materials.Methods in org.bukkit.inventory that return RecipeChoice Modifier and Type Method Description @NotNull RecipeChoiceRecipeChoice. clone()@NotNull RecipeChoiceCookingRecipe. getInputChoice()Get the input choice.@NotNull RecipeChoiceStonecuttingRecipe. getInputChoice()Get the input choice.Methods in org.bukkit.inventory that return types with arguments of type RecipeChoice Modifier and Type Method Description @NotNull List<RecipeChoice>ShapelessRecipe. getChoiceList()@NotNull Map<Character,RecipeChoice>ShapedRecipe. getChoiceMap()Methods in org.bukkit.inventory with parameters of type RecipeChoice Modifier and Type Method Description @NotNull ShapelessRecipeShapelessRecipe. addIngredient(@NotNull RecipeChoice ingredient)@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(@NotNull RecipeChoice ingredient)Removes an ingredient from the list.@NotNull ShapedRecipeShapedRecipe. setIngredient(char key, @NotNull RecipeChoice ingredient)TCookingRecipe. setInputChoice(@NotNull RecipeChoice input)Sets the input of this cooking recipe.@NotNull FurnaceRecipeFurnaceRecipe. setInputChoice(@NotNull RecipeChoice input)@NotNull StonecuttingRecipeStonecuttingRecipe. setInputChoice(@NotNull RecipeChoice input)Sets the input of this cooking recipe.Constructors in org.bukkit.inventory with parameters of type RecipeChoice Constructor Description BlastingRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)CampfireRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)CookingRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)Create a cooking recipe to craft the specified ItemStack.FurnaceRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)Create a furnace recipe to craft the specified ItemStack.SmokingRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input, float experience, int cookingTime)StonecuttingRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull RecipeChoice input)Create a cooking recipe to craft the specified ItemStack.
-