public class PlayerBucketFillEvent extends PlayerBucketEvent
Event.Resultplayer| Constructor and Description |
|---|
PlayerBucketFillEvent(Player who,
Block blockClicked,
BlockFace blockFace,
Material bucket,
ItemStack itemInHand) |
PlayerBucketFillEvent(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 PlayerBucketFillEvent(@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.