public class PlayerStonecutterRecipeSelectEvent extends PlayerEvent implements Cancellable
Event.Result
player
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) |
getPlayer
callEvent, getEventName, isAsynchronous
public 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()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- 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.