public class PlayerStonecutterRecipeSelectEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor and Description |
|---|
PlayerStonecutterRecipeSelectEvent(@NotNull Player player,
@NotNull StonecutterInventory stonecutterInventory,
@NotNull StonecuttingRecipe stonecuttingRecipe) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull HandlerList |
getHandlerList() |
@NotNull HandlerList |
getHandlers() |
@NotNull StonecutterInventory |
getStonecutterInventory() |
@NotNull StonecuttingRecipe |
getStonecuttingRecipe() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setStonecuttingRecipe(@NotNull StonecuttingRecipe stonecuttingRecipe) |
getPlayercallEvent, getEventName, isAsynchronouspublic PlayerStonecutterRecipeSelectEvent(@NotNull @NotNull Player player, @NotNull @NotNull StonecutterInventory stonecutterInventory, @NotNull @NotNull StonecuttingRecipe stonecuttingRecipe)
@NotNull public @NotNull StonecutterInventory getStonecutterInventory()
@NotNull public @NotNull StonecuttingRecipe getStonecuttingRecipe()
public void setStonecuttingRecipe(@NotNull @NotNull StonecuttingRecipe stonecuttingRecipe)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2021. All rights reserved.