Cancellable
PigZapEvent
public class EntityZapEvent extends EntityTransformEvent implements Cancellable
EntityTransformEvent.TransformReason
Event.Result
entity
Constructor | Description |
---|---|
EntityZapEvent(Entity entity,
LightningStrike bolt,
Entity replacementEntity) |
Modifier and Type | Method | Description |
---|---|---|
LightningStrike |
getBolt() |
Gets the lightning bolt that is striking the entity.
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
Entity |
getReplacementEntity() |
Gets the entity that will replace the struck entity.
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
getEntity, getEntityType
getTransformedEntities, getTransformedEntity, getTransformReason
callEvent, getEventName, isAsynchronous
public EntityZapEvent(@NotNull Entity entity, @NotNull LightningStrike bolt, @NotNull Entity replacementEntity)
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
isCancelled
in class EntityTransformEvent
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
setCancelled
in class EntityTransformEvent
cancel
- true if you wish to cancel this event@NotNull public LightningStrike getBolt()
@NotNull public Entity getReplacementEntity()
@NotNull public HandlerList getHandlers()
getHandlers
in class EntityTransformEvent
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.