Uses of Class
org.bukkit.inventory.StonecuttingRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
Package for
InventoryView
child interfaces that
house further usability for InventoryView
.-
Uses of StonecuttingRecipe in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionvoid
PlayerStonecutterRecipeSelectEvent.setStonecuttingRecipe
(StonecuttingRecipe stonecuttingRecipe) ModifierConstructorDescriptionPlayerStonecutterRecipeSelectEvent
(Player player, StonecutterInventory stonecutterInventory, StonecuttingRecipe stonecuttingRecipe) -
Uses of StonecuttingRecipe in org.bukkit.inventory
Modifier and TypeMethodDescriptionSets the input of this Stonecutting recipe.StonecuttingRecipe.setInputChoice
(@NotNull RecipeChoice input) Sets the input of this Stonecutting recipe. -
Uses of StonecuttingRecipe in org.bukkit.inventory.view
Modifier and TypeMethodDescriptionStonecutterView.getRecipes()
Gets a copy of all recipes currently available to the player.