Uses of Enum
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 type with the specified name.static LightningStrikeEvent.Cause[]
LightningStrikeEvent.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionLightningStrikeEvent
(World world, LightningStrike bolt, LightningStrikeEvent.Cause cause)