Uses of Class
net.risingworld.api.definitions.WeatherDefs.Weather
Package
Description
-
Uses of WeatherDefs.Weather in net.risingworld.api
Modifier and TypeMethodDescriptionstatic WeatherDefs.Weather
Server.getCurrentWeather()
Gets the current weather.static WeatherDefs.Weather
Server.getNextWeather()
Gets the next weather type.Modifier and TypeMethodDescriptionstatic void
Server.setWeather
(WeatherDefs.Weather newWeather, boolean instant) Sets the weather. -
Uses of WeatherDefs.Weather in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionstatic final WeatherDefs.Weather
WeatherDefs.Blizzard
Blizzard (snowfall, extreme temperatures)static final WeatherDefs.Weather
WeatherDefs.Breeze
Breeze (wind, overcast)static final WeatherDefs.Weather
WeatherDefs.Clear
Sunny weather (almost no clouds)static final WeatherDefs.Weather
WeatherDefs.Cold
Cold weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.Weather
WeatherDefs.ColdFog
Cold and foggy weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.Weather
WeatherDefs.Default
Default weather (sunny with clouds)static final WeatherDefs.Weather
WeatherDefs.DenseFog
Extremely foggy weatherstatic final WeatherDefs.Weather
WeatherDefs.Fog
Foggy weatherstatic final WeatherDefs.Weather
WeatherDefs.HeavyRain
Heavy rainstatic final WeatherDefs.Weather
WeatherDefs.HeavySnow
Heavy snowfallstatic final WeatherDefs.Weather
WeatherDefs.LightRain
Light rainstatic final WeatherDefs.Weather
WeatherDefs.LightSnow
Light snowfallWeatherDefs.Weather.nextweathers
Next possible weather effects.static final WeatherDefs.Weather
WeatherDefs.Overcast
Overcast (no sun)static final WeatherDefs.Weather
WeatherDefs.Rain
Rainstatic final WeatherDefs.Weather
WeatherDefs.Snow
Snowfallstatic final WeatherDefs.Weather
WeatherDefs.Storm
Stormy weather (no sun)static final WeatherDefs.Weather
WeatherDefs.SunnySnow
Sunny, cold weather with very little snowfallstatic final WeatherDefs.Weather
WeatherDefs.Thaw
Cold weather, but snow is about to meltstatic final WeatherDefs.Weather
WeatherDefs.Wind
WindModifier and TypeMethodDescriptionstatic WeatherDefs.Weather[]
Definitions.getAllWeathers()
Gets an array containing all weather definitions of the game.static WeatherDefs.Weather
Definitions.getWeather
(int id) Gets a weather definition by id.static WeatherDefs.Weather
Definitions.getWeather
(String name) Gets a weather definition by name, using the internal name (e.g "overcast" or "default" etc). -
Uses of WeatherDefs.Weather in net.risingworld.api.events.world
Modifier and TypeMethodDescriptionWeatherChangeEvent.getCurrentWeather()
Gets the current weather.WeatherChangeEvent.getNextWeather()
Gets the next, target weather.