Cancellable
public class HangingPlaceEvent extends HangingEvent implements Cancellable
Event.Result
hanging
Constructor | Description |
---|---|
HangingPlaceEvent(Hanging hanging,
Player player,
Block block,
BlockFace blockFace) |
Modifier and Type | Method | Description |
---|---|---|
Block |
getBlock() |
Returns the block that the hanging entity was placed on
|
BlockFace |
getBlockFace() |
Returns the face of the block that the hanging entity was placed on
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
Player |
getPlayer() |
Returns the player placing the hanging entity
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
getEventName, isAsynchronous
getEntity
@Nullable public Player getPlayer()
@NotNull public Block getBlock()
@NotNull public BlockFace getBlockFace()
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 HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.