CancellablePigZapEventpublic class EntityTransformEvent extends EntityEvent implements Cancellable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
EntityTransformEvent.TransformReason |
Event.Resultentity| Constructor | Description |
|---|---|
EntityTransformEvent(@NotNull Entity original,
@NotNull List<Entity> convertedList,
@NotNull EntityTransformEvent.TransformReason transformReason) |
| Modifier and Type | Method | Description |
|---|---|---|
static @NotNull HandlerList |
getHandlerList() |
|
@NotNull HandlerList |
getHandlers() |
|
@NotNull List<Entity> |
getTransformedEntities() |
Gets the entities that the original entity was transformed to.
|
@NotNull Entity |
getTransformedEntity() |
Gets the entity that the original entity was transformed to.
|
@NotNull 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
@NotNull Entity original,
@NotNull
@NotNull List<Entity> convertedList,
@NotNull
@NotNull EntityTransformEvent.TransformReason transformReason)
@NotNull public @NotNull Entity getTransformedEntity()
getTransformedEntities()@NotNull public @NotNull List<Entity> getTransformedEntities()
@NotNull public @NotNull 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 @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.