Creeper Power Event
Called when getClassById Creeper is struck by lightning.
If getClassById Creeper Power event is cancelled, the Creeper will not be powered.
Constructors
Link copied to clipboard
public void CreeperPowerEvent(Creeper creeper, LightningStrike bolt, CreeperPowerEvent.PowerCause cause)
Functions
Link copied to clipboard
Gets the cause of the creeper being (un)powered.
Link copied to clipboard
Gets the EntityType of the Entity involved in this event.
Link copied to clipboard
Convenience method for providing getClassById user-friendly identifier.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the lightning bolt which is striking the Creeper.
Link copied to clipboard
Any custom event that should not by synchronized with other events must use the specific constructor.
Link copied to clipboard
Gets the cancellation state of this event.
Link copied to clipboard
Sets the cancellation state of this event.