public class EndermanAttackPlayerEvent extends EntityEvent implements Cancellable
Event.Result
entity
Constructor and Description |
---|
EndermanAttackPlayerEvent(Enderman entity,
Player player) |
Modifier and Type | Method and 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
public Enderman getEntity()
getEntity
in class EntityEvent
public Player getPlayer()
public HandlerList getHandlers()
getHandlers
in class Event
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 © 2021. All rights reserved.