类的使用
org.bukkit.inventory.ShapelessRecipe
使用ShapelessRecipe的程序包
-
org.bukkit.inventory中ShapelessRecipe的使用
修饰符和类型方法说明ShapelessRecipe.addIngredient(int count, @NotNull Material ingredient) Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, @NotNull MaterialData ingredient) Adds multiples of the specified ingredient.ShapelessRecipe.addIngredient(int count, @NotNull Material ingredient, int rawdata) 已过时。Magic valueShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient) ShapelessRecipe.addIngredient(@NotNull Material ingredient) Adds the specified ingredient.ShapelessRecipe.addIngredient(@NotNull MaterialData ingredient) Adds the specified ingredient.ShapelessRecipe.addIngredient(@NotNull Material ingredient, int rawdata) 已过时。Magic valueShapelessRecipe.removeIngredient(int count, @NotNull Material ingredient) Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, @NotNull MaterialData ingredient) Removes multiple instances of an ingredient from the list.ShapelessRecipe.removeIngredient(int count, @NotNull Material ingredient, int rawdata) 已过时。Magic valueShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient) Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull Material ingredient) Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull MaterialData ingredient) Removes an ingredient from the list.ShapelessRecipe.removeIngredient(@NotNull Material ingredient, int rawdata) 已过时。Magic value