public class PlayerBucketEmptyEvent extends PlayerBucketEvent
Event.Resultplayer| Constructor and Description |
|---|
PlayerBucketEmptyEvent(Player who,
Block blockClicked,
BlockFace blockFace,
Material bucket,
ItemStack itemInHand) |
PlayerBucketEmptyEvent(Player who,
Block blockClicked,
BlockFace blockFace,
Material bucket,
ItemStack itemInHand,
EquipmentSlot hand) |
| Modifier and Type | Method and Description |
|---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
getBlockClicked, getBlockFace, getBucket, getHand, getItemStack, isCancelled, setCancelled, setItemStackgetPlayercallEvent, getEventName, isAsynchronouspublic PlayerBucketEmptyEvent(@NotNull
Player who,
@NotNull
Block blockClicked,
@NotNull
BlockFace blockFace,
@NotNull
Material bucket,
@NotNull
ItemStack itemInHand)
@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2022. All rights reserved.