Uses of Enum Class
org.bukkit.event.weather.WeatherChangeEvent.Cause
Packages that use WeatherChangeEvent.Cause
-
Uses of WeatherChangeEvent.Cause in org.bukkit.event.weather
Methods in org.bukkit.event.weather that return WeatherChangeEvent.CauseModifier and TypeMethodDescription@NotNull WeatherChangeEvent.Cause
WeatherChangeEvent.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.Constructors in org.bukkit.event.weather with parameters of type WeatherChangeEvent.CauseModifierConstructorDescriptionWeatherChangeEvent
(@NotNull World world, boolean newWeatherState, @NotNull WeatherChangeEvent.Cause cause)