Uses of Enum Class
org.bukkit.event.entity.CreeperPowerEvent.PowerCause
Package
Description
-
Uses of CreeperPowerEvent.PowerCause in org.bukkit.event.entity
Modifier and TypeMethodDescriptionCreeperPowerEvent.getCause()
Gets the cause of the creeper being (un)powered.static CreeperPowerEvent.PowerCause
Returns 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.ModifierConstructorDescriptionCreeperPowerEvent
(@NotNull Creeper creeper, @NotNull LightningStrike bolt, @NotNull CreeperPowerEvent.PowerCause cause) CreeperPowerEvent
(@NotNull Creeper creeper, @NotNull CreeperPowerEvent.PowerCause cause)