Cancellable
public class EndermanAttackPlayerEvent extends EntityEvent implements Cancellable
Event.Result
entity
Constructor | Description |
---|---|
EndermanAttackPlayerEvent(Enderman entity,
Player player) |
Modifier and Type | Method | Description |
---|---|---|
Enderman |
getEntity() |
The enderman considering attacking
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
Player |
getPlayer() |
The player the Enderman is considering attacking
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Cancels if the Enderman will attack this player
|
getEntityType
callEvent, getEventName, isAsynchronous
@NotNull public Enderman getEntity()
getEntity
in class EntityEvent
@NotNull public Player getPlayer()
@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
setCancelled
in interface Cancellable
cancel
- true if you wish to cancel this eventCopyright © 2020. All rights reserved.