Uses of Enum Class
org.bukkit.event.weather.ThunderChangeEvent.Cause
-
Uses of ThunderChangeEvent.Cause in org.bukkit.event.weather
Modifier and TypeMethodDescriptionThunderChangeEvent.getCause()
Gets the cause of the weather change.static ThunderChangeEvent.Cause
Returns the enum constant of this class with the specified name.static ThunderChangeEvent.Cause[]
ThunderChangeEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionThunderChangeEvent
(@NotNull World world, boolean to, @NotNull ThunderChangeEvent.Cause cause)