public class PlayerFlowerPotManipulateEvent extends PlayerEvent implements Cancellable
Event.Result
player
Constructor and Description |
---|
PlayerFlowerPotManipulateEvent(@NotNull Player player,
@NotNull Block flowerpot,
@NotNull ItemStack item,
boolean placing) |
Modifier and Type | Method and Description |
---|---|
@NotNull Block |
getFlowerpot()
Gets the flowerpot that is involved in this event.
|
static @NotNull HandlerList |
getHandlerList() |
@NotNull HandlerList |
getHandlers() |
@NotNull ItemStack |
getItem()
Gets the item being placed, or taken from, the flower pot.
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
boolean |
isPlacing()
Gets if the item is being placed into the flowerpot.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
getPlayer
callEvent, getEventName, isAsynchronous
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 Block getFlowerpot()
@NotNull public @NotNull ItemStack getItem()
isPlacing()
.public boolean isPlacing()
@NotNull public @NotNull HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2021. All rights reserved.