Uses of Class
org.bukkit.event.entity.CreeperPowerEvent.PowerCause
Package | Description |
---|---|
org.bukkit.event.entity |
-
Uses of CreeperPowerEvent.PowerCause in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return CreeperPowerEvent.PowerCause Modifier and Type Method 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.Constructors in org.bukkit.event.entity with parameters of type CreeperPowerEvent.PowerCause Constructor Description CreeperPowerEvent(Creeper creeper, LightningStrike bolt, CreeperPowerEvent.PowerCause cause)
CreeperPowerEvent(Creeper creeper, CreeperPowerEvent.PowerCause cause)