Uses of Class
org.bukkit.inventory.StonecuttingRecipe
-
Packages that use StonecuttingRecipe Package Description org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. -
-
Uses of StonecuttingRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return StonecuttingRecipe Modifier and Type Method Description @NotNull StonecuttingRecipe
StonecuttingRecipe. setInput(@NotNull Material input)
Sets the input of this cooking recipe.@NotNull StonecuttingRecipe
StonecuttingRecipe. setInputChoice(@NotNull RecipeChoice input)
Sets the input of this cooking recipe.
-