类的使用
org.bukkit.inventory.ShapedRecipe
-
org.bukkit.inventory中ShapedRecipe的使用
修饰符和类型方法说明ShapedRecipe.setIngredient
(char key, @NotNull RecipeChoice ingredient) Sets theRecipeChoice
that a character in the recipe shape refers to.ShapedRecipe.setIngredient
(char key, @NotNull Material ingredient) Sets the material that a character in the recipe shape refers to.ShapedRecipe.setIngredient
(char key, @NotNull MaterialData ingredient) Sets the material that a character in the recipe shape refers to.ShapedRecipe.setIngredient
(char key, @NotNull Material ingredient, int raw) 已过时。Magic valueSet the shape of this recipe to the specified rows.