| Package | Description |
|---|---|
| io.papermc.paper.event.player | |
| org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull StonecuttingRecipe |
PlayerStonecutterRecipeSelectEvent.getStonecuttingRecipe() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerStonecutterRecipeSelectEvent.setStonecuttingRecipe(@NotNull StonecuttingRecipe stonecuttingRecipe) |
| Constructor and Description |
|---|
PlayerStonecutterRecipeSelectEvent(@NotNull Player player,
@NotNull StonecutterInventory stonecutterInventory,
@NotNull StonecuttingRecipe stonecuttingRecipe) |
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.