Uses of Enum Class
org.bukkit.event.entity.CreeperPowerEvent.PowerCause
Packages that use CreeperPowerEvent.PowerCause
Package
Description
-
Uses of CreeperPowerEvent.PowerCause in org.bukkit.event.entity
Subclasses with type arguments of type CreeperPowerEvent.PowerCause in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the cause of the change in powerMethods in org.bukkit.event.entity that return CreeperPowerEvent.PowerCauseModifier and TypeMethodDescriptionCreeperPowerEvent.getCause()Gets the cause of the creeper being (un)powered.static CreeperPowerEvent.PowerCauseReturns the enum constant of this class with the specified name.static CreeperPowerEvent.PowerCause[]CreeperPowerEvent.PowerCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type CreeperPowerEvent.PowerCauseModifierConstructorDescriptionCreeperPowerEvent(Creeper creeper, LightningStrike bolt, CreeperPowerEvent.PowerCause cause) CreeperPowerEvent(Creeper creeper, CreeperPowerEvent.PowerCause cause)