public class EndermanEscapeEvent extends EntityEvent implements Cancellable
Modifier and Type | Class and Description |
---|---|
static class |
EndermanEscapeEvent.Reason |
Event.Result
entity
Constructor and Description |
---|
EndermanEscapeEvent(Enderman entity,
EndermanEscapeEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
Enderman |
getEntity()
Returns the Entity involved in this event
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
EndermanEscapeEvent.Reason |
getReason() |
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Cancels the escape.
|
getEntityType
callEvent, getEventName, isAsynchronous
public EndermanEscapeEvent(Enderman entity, EndermanEscapeEvent.Reason reason)
public Enderman getEntity()
EntityEvent
getEntity
in class EntityEvent
public EndermanEscapeEvent.Reason getReason()
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.