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