Uses of Class
org.bukkit.inventory.ShapedRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of ShapedRecipe in org.bukkit.inventory
Modifier and TypeMethodDescriptionShapedRecipe.setIngredient(char key, RecipeChoice ingredient)
ShapedRecipe.setIngredient(char key, Material ingredient)
Sets the material that a character in the recipe shape refers to.ShapedRecipe.setIngredient(char key, MaterialData ingredient)
Sets the material that a character in the recipe shape refers to.ShapedRecipe.setIngredient(char key, Material ingredient, int raw)
Deprecated.Magic valueSet the shape of this recipe to the specified rows.