Uses of Class
org.bukkit.inventory.StonecuttingRecipe
Packages that use 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
Methods in io.papermc.paper.event.player that return StonecuttingRecipeMethods in io.papermc.paper.event.player with parameters of type StonecuttingRecipeModifier and TypeMethodDescriptionvoidPlayerStonecutterRecipeSelectEvent.setStonecuttingRecipe(StonecuttingRecipe stonecuttingRecipe) Constructors in io.papermc.paper.event.player with parameters of type StonecuttingRecipeModifierConstructorDescriptionPlayerStonecutterRecipeSelectEvent(Player player, StonecutterInventory stonecutterInventory, StonecuttingRecipe stonecuttingRecipe) -
Uses of StonecuttingRecipe in org.bukkit.inventory
Methods in org.bukkit.inventory that return StonecuttingRecipeModifier and TypeMethodDescription@NotNull StonecuttingRecipeSets the input of this Stonecutting recipe.@NotNull StonecuttingRecipeStonecuttingRecipe.setInputChoice(@NotNull RecipeChoice input) Sets the input of this Stonecutting recipe. -
Uses of StonecuttingRecipe in org.bukkit.inventory.view
Methods in org.bukkit.inventory.view that return types with arguments of type StonecuttingRecipeModifier and TypeMethodDescription@NotNull List<StonecuttingRecipe> StonecutterView.getRecipes()Gets a copy of all recipes currently available to the player.