Uses of Class
org.bukkit.inventory.ShapelessRecipe
-
Packages that use ShapelessRecipe Package Description org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. -
-
Uses of ShapelessRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return ShapelessRecipe Modifier and Type Method Description @NotNull ShapelessRecipeShapelessRecipe. addIngredient(int count, @NotNull Material ingredient)Adds multiples of the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe. addIngredient(int count, @NotNull MaterialData ingredient)Adds multiples of the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe. addIngredient(int count, @NotNull Material ingredient, int rawdata)Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe. addIngredient(@NotNull RecipeChoice ingredient)@NotNull ShapelessRecipeShapelessRecipe. addIngredient(@NotNull Material ingredient)Adds the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe. addIngredient(@NotNull MaterialData ingredient)Adds the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe. addIngredient(@NotNull Material ingredient, int rawdata)Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(int count, @NotNull Material ingredient)Removes multiple instances of an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(int count, @NotNull MaterialData ingredient)Removes multiple instances of an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(int count, @NotNull Material ingredient, int rawdata)Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(@NotNull RecipeChoice ingredient)Removes an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(@NotNull Material ingredient)Removes an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(@NotNull MaterialData ingredient)Removes an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe. removeIngredient(@NotNull Material ingredient, int rawdata)Deprecated.Magic value
-