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