Package | Description |
---|---|
org.bukkit.event.entity |
Modifier and Type | Method and Description |
---|---|
CreeperPowerEvent.PowerCause |
CreeperPowerEvent.getCause()
Gets the cause of the creeper being (un)powered.
|
static CreeperPowerEvent.PowerCause |
CreeperPowerEvent.PowerCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreeperPowerEvent.PowerCause[] |
CreeperPowerEvent.PowerCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreeperPowerEvent(Creeper creeper,
CreeperPowerEvent.PowerCause cause) |
CreeperPowerEvent(Creeper creeper,
LightningStrike bolt,
CreeperPowerEvent.PowerCause cause) |
Copyright © 2016. All rights reserved.