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