Cancellable
public class PlayerBucketEmptyEvent extends PlayerBucketEvent
Event.Result
player
Constructor | Description |
---|---|
PlayerBucketEmptyEvent(Player who,
Block blockClicked,
BlockFace blockFace,
Material bucket,
ItemStack itemInHand) |
Deprecated.
|
PlayerBucketEmptyEvent(Player who,
Block block,
Block blockClicked,
BlockFace blockFace,
Material bucket,
ItemStack itemInHand) |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
getEventName, isAsynchronous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlock, getBlockClicked, getBlockFace, getBucket, getItemStack, isCancelled, setCancelled, setItemStack
getPlayer
@Deprecated public 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 © 2019. All rights reserved.