Uses of Enum Class
valorless.rarespawns.enums.Weather
Packages that use Weather
Package
Description
Internal enums used by RareSpawns to configure behavior and upgrades.
Shared utilities (color parsing, tags, reflection helpers, etc.).
-
Uses of Weather in valorless.rarespawns.enums
Methods in valorless.rarespawns.enums that return WeatherModifier and TypeMethodDescriptionstatic WeatherRetrieves the Weather enum constant corresponding to the given string, ignoring case.static WeatherReturns the enum constant of this class with the specified name.static Weather[]Weather.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Weather in valorless.rarespawns.utils
Methods in valorless.rarespawns.utils with parameters of type WeatherModifier and TypeMethodDescriptionstatic booleanWeatherUtils.weatherMatch(org.bukkit.Location location, Weather type) Checks if the weather at the given location matches the specified type.static booleanWeatherUtils.weatherMatch(org.bukkit.World world, Weather type) Checks if the weather in the given world matches the specified type.