Uses of Enum Class
org.cloudburstmc.api.event.entity.CreeperPowerEvent.PowerCause
Packages that use CreeperPowerEvent.PowerCause
-
Uses of CreeperPowerEvent.PowerCause in org.cloudburstmc.api.event.entity
Methods in org.cloudburstmc.api.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.cloudburstmc.api.event.entity with parameters of type CreeperPowerEvent.PowerCauseModifierConstructorDescriptionCreeperPowerEvent(Creeper creeper, LightningBolt lightningBolt, CreeperPowerEvent.PowerCause cause)CreeperPowerEvent(Creeper creeper, CreeperPowerEvent.PowerCause cause)