Uses of Class
org.bukkit.inventory.StonecuttingRecipe
Packages that use StonecuttingRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of StonecuttingRecipe in io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return StonecuttingRecipeMethods in io.papermc.paper.event.player with parameters of type StonecuttingRecipeModifier and TypeMethodDescriptionvoid
PlayerStonecutterRecipeSelectEvent.setStonecuttingRecipe(@NotNull StonecuttingRecipe stonecuttingRecipe)
Constructors in io.papermc.paper.event.player with parameters of type StonecuttingRecipeModifierConstructorDescriptionPlayerStonecutterRecipeSelectEvent(@NotNull Player player, @NotNull StonecutterInventory stonecutterInventory, @NotNull StonecuttingRecipe stonecuttingRecipe)
-
Uses of StonecuttingRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return StonecuttingRecipeModifier and TypeMethodDescriptionSets the input of this cooking recipe.StonecuttingRecipe.setInputChoice(@NotNull RecipeChoice input)
Sets the input of this cooking recipe.