Uses of Class
net.risingworld.api.definitions.WeatherDefs.Weather
Packages that use WeatherDefs.Weather
Package
Description
-
Uses of WeatherDefs.Weather in net.risingworld.api
Methods in net.risingworld.api that return WeatherDefs.WeatherModifier and TypeMethodDescriptionstatic WeatherDefs.WeatherServer.getCurrentWeather()Gets the current weather.static WeatherDefs.WeatherServer.getNextWeather()Gets the next weather type.Methods in net.risingworld.api with parameters of type WeatherDefs.WeatherModifier and TypeMethodDescriptionstatic voidServer.setWeather(WeatherDefs.Weather newWeather, boolean instant) Sets the weather. -
Uses of WeatherDefs.Weather in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as WeatherDefs.WeatherModifier and TypeFieldDescriptionstatic final WeatherDefs.WeatherWeatherDefs.BlizzardBlizzard (snowfall, extreme temperatures)static final WeatherDefs.WeatherWeatherDefs.BreezeBreeze (wind, overcast)static final WeatherDefs.WeatherWeatherDefs.ClearSunny weather (almost no clouds)static final WeatherDefs.WeatherWeatherDefs.ColdCold weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.WeatherWeatherDefs.ColdFogCold and foggy weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.WeatherWeatherDefs.DefaultDefault weather (sunny with clouds)static final WeatherDefs.WeatherWeatherDefs.DenseFogExtremely foggy weatherstatic final WeatherDefs.WeatherWeatherDefs.FogFoggy weatherstatic final WeatherDefs.WeatherWeatherDefs.HeavyRainHeavy rainstatic final WeatherDefs.WeatherWeatherDefs.HeavySnowHeavy snowfallstatic final WeatherDefs.WeatherWeatherDefs.LightRainLight rainstatic final WeatherDefs.WeatherWeatherDefs.LightSnowLight snowfallWeatherDefs.Weather.nextweathersNext possible weather effects.static final WeatherDefs.WeatherWeatherDefs.OvercastOvercast (no sun)static final WeatherDefs.WeatherWeatherDefs.RainRainstatic final WeatherDefs.WeatherWeatherDefs.SnowSnowfallstatic final WeatherDefs.WeatherWeatherDefs.StormStormy weather (no sun)static final WeatherDefs.WeatherWeatherDefs.SunnySnowSunny, cold weather with very little snowfallstatic final WeatherDefs.WeatherWeatherDefs.ThawCold weather, but snow is about to meltstatic final WeatherDefs.WeatherWeatherDefs.WindWindMethods in net.risingworld.api.definitions that return WeatherDefs.WeatherModifier and TypeMethodDescriptionstatic WeatherDefs.Weather[]Definitions.getAllWeathers()Gets an array containing all weather definitions of the game.static WeatherDefs.WeatherDefinitions.getWeather(int id) Gets a weather definition by id.static WeatherDefs.WeatherDefinitions.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
Methods in net.risingworld.api.events.world that return WeatherDefs.WeatherModifier and TypeMethodDescriptionWeatherChangeEvent.getCurrentWeather()Gets the current weather.WeatherChangeEvent.getNextWeather()Gets the next, target weather.