Uses of Enum Class
org.bukkit.event.weather.LightningStrikeEvent.Cause
-
Uses of LightningStrikeEvent.Cause in org.bukkit.event.weather
Modifier and TypeMethodDescriptionLightningStrikeEvent.getCause()
Gets the cause of this lightning strike.static LightningStrikeEvent.Cause
Returns the enum constant of this class with the specified name.static LightningStrikeEvent.Cause[]
LightningStrikeEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLightningStrikeEvent
(@NotNull World world, @NotNull LightningStrike bolt, @NotNull LightningStrikeEvent.Cause cause)