Verwendungen von Klasse
net.risingworld.api.definitions.WeatherDefs.Weather
Package
Beschreibung
-
Verwendungen von WeatherDefs.Weather in net.risingworld.api
Modifizierer und TypMethodeBeschreibungstatic WeatherDefs.Weather
Server.getCurrentWeather()
Gets the current weather.static WeatherDefs.Weather
Server.getNextWeather()
Gets the next weather type.Modifizierer und TypMethodeBeschreibungstatic void
Server.setWeather
(WeatherDefs.Weather newWeather, boolean instant) Sets the weather. -
Verwendungen von WeatherDefs.Weather in net.risingworld.api.definitions
Modifizierer und TypFeldBeschreibungstatic final WeatherDefs.Weather
WeatherDefs.Blizzard
Blizzard (snowfall)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.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.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)Modifizierer und TypMethodeBeschreibungstatic 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). -
Verwendungen von WeatherDefs.Weather in net.risingworld.api.events.world
Modifizierer und TypMethodeBeschreibungWeatherChangeEvent.getCurrentWeather()
Gets the current weather.WeatherChangeEvent.getNextWeather()
Gets the next, target weather.