public class EntityTransformEvent extends EntityEvent implements Cancellable
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityTransformEvent.TransformReason |
Event.Resultentity| Constructor and Description |
|---|
EntityTransformEvent(Entity original,
List<Entity> convertedList,
EntityTransformEvent.TransformReason transformReason) |
| Modifier and Type | Method and Description |
|---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
List<Entity> |
getTransformedEntities()
Gets the entities that the original entity was transformed to.
|
Entity |
getTransformedEntity()
Gets the entity that the original entity was transformed to.
|
EntityTransformEvent.TransformReason |
getTransformReason()
Gets the reason for the conversion that has occurred.
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
getEntity, getEntityTypegetEventName, isAsynchronouspublic EntityTransformEvent(@NotNull
Entity original,
@NotNull
List<Entity> convertedList,
@NotNull
EntityTransformEvent.TransformReason transformReason)
@NotNull public Entity getTransformedEntity()
getTransformedEntities()@NotNull public List<Entity> getTransformedEntities()
@NotNull public EntityTransformEvent.TransformReason getTransformReason()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2022. All rights reserved.