Uses of Class
org.bukkit.inventory.ShapelessRecipe
Packages that use ShapelessRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of ShapelessRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return ShapelessRecipeModifier and TypeMethodDescription@NotNull ShapelessRecipeShapelessRecipe.addIngredient(int count, @NotNull Material ingredient) Adds multiples of the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe.addIngredient(int count, @NotNull Material ingredient, int rawdata) Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe.addIngredient(int count, @NotNull ItemStack item) @NotNull ShapelessRecipeShapelessRecipe.addIngredient(int count, @NotNull MaterialData ingredient) Deprecated.@NotNull ShapelessRecipeShapelessRecipe.addIngredient(@NotNull Material ingredient) Adds the specified ingredient.@NotNull ShapelessRecipeShapelessRecipe.addIngredient(@NotNull Material ingredient, int rawdata) Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe.addIngredient(@NotNull ItemStack item) @NotNull ShapelessRecipeShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient) @NotNull ShapelessRecipeShapelessRecipe.addIngredient(@NotNull MaterialData ingredient) Deprecated.@NotNull ShapelessRecipeShapelessRecipe.removeIngredient(int count, @NotNull Material 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(int count, @NotNull ItemStack item) @NotNull ShapelessRecipeShapelessRecipe.removeIngredient(int count, @NotNull MaterialData ingredient) Deprecated.@NotNull ShapelessRecipeShapelessRecipe.removeIngredient(@NotNull Material ingredient) Removes an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe.removeIngredient(@NotNull Material ingredient, int rawdata) Deprecated.Magic value@NotNull ShapelessRecipeShapelessRecipe.removeIngredient(@NotNull ItemStack item) @NotNull ShapelessRecipeShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient) Removes an ingredient from the list.@NotNull ShapelessRecipeShapelessRecipe.removeIngredient(@NotNull MaterialData ingredient) Deprecated.