public class CreeperPowerEvent extends EntityEvent implements Cancellable
If a Creeper Power event is cancelled, the Creeper will not be powered.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreeperPowerEvent.PowerCause
An enum to specify the cause of the change in power 
 | 
Event.Resultentity| Constructor and Description | 
|---|
CreeperPowerEvent(@NotNull Creeper creeper,
                 @NotNull CreeperPowerEvent.PowerCause cause)  | 
CreeperPowerEvent(@NotNull Creeper creeper,
                 @NotNull LightningStrike bolt,
                 @NotNull CreeperPowerEvent.PowerCause cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull CreeperPowerEvent.PowerCause | 
getCause()
Gets the cause of the creeper being (un)powered. 
 | 
@NotNull Creeper | 
getEntity()
Returns the Entity involved in this event 
 | 
static @NotNull HandlerList | 
getHandlerList()  | 
@NotNull HandlerList | 
getHandlers()  | 
@Nullable LightningStrike | 
getLightning()
Gets the lightning bolt which is striking the Creeper. 
 | 
boolean | 
isCancelled()
Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel)
Sets the cancellation state of this event. 
 | 
getEntityTypecallEvent, getEventName, isAsynchronouspublic CreeperPowerEvent(@NotNull @NotNull Creeper creeper, @NotNull @NotNull LightningStrike bolt, @NotNull @NotNull CreeperPowerEvent.PowerCause cause)
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 Creeper getEntity()
EntityEventgetEntity in class EntityEvent@Nullable public @Nullable LightningStrike getLightning()
@NotNull public @NotNull CreeperPowerEvent.PowerCause getCause()
@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2022. All rights reserved.