Package net.risingworld.api.definitions
Class WeatherDefs
java.lang.Object
net.risingworld.api.definitions.WeatherDefs
Use the
Definitions
class to get a definition.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
final class
Represents a single weather effect -
Field Summary
Modifier and TypeFieldDescriptionstatic final WeatherDefs.Weather
Blizzard (snowfall, extreme temperatures)static final WeatherDefs.Weather
Breeze (wind, overcast)static final WeatherDefs.Weather
Sunny weather (almost no clouds)static final WeatherDefs.Weather
Cold weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.Weather
Cold and foggy weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.Weather
Default weather (sunny with clouds)static final WeatherDefs.Weather
Extremely foggy weatherstatic final WeatherDefs.Weather
Foggy weatherstatic final WeatherDefs.Weather
Heavy rainstatic final WeatherDefs.Weather
Heavy snowfallstatic final WeatherDefs.Weather
Light rainstatic final WeatherDefs.Weather
Light snowfallstatic final WeatherDefs.Weather
Overcast (no sun)static final WeatherDefs.Weather
Rainstatic final WeatherDefs.Weather
Snowfallstatic final WeatherDefs.Weather
Stormy weather (no sun)static final WeatherDefs.Weather
Sunny, cold weather with very little snowfallstatic final WeatherDefs.Weather
Cold weather, but snow is about to meltstatic final WeatherDefs.Weather
Wind -
Method Summary
-
Field Details
-
Default
Default weather (sunny with clouds) -
Clear
Sunny weather (almost no clouds) -
Overcast
Overcast (no sun) -
Breeze
Breeze (wind, overcast) -
Wind
Wind -
Storm
Stormy weather (no sun) -
Fog
Foggy weather -
DenseFog
Extremely foggy weather -
LightRain
Light rain -
Rain
Rain -
HeavyRain
Heavy rain -
Cold
Cold weather (no rain or snow, but low temperatures so snow doesn't melt) -
ColdFog
Cold and foggy weather (no rain or snow, but low temperatures so snow doesn't melt) -
Thaw
Cold weather, but snow is about to melt -
SunnySnow
Sunny, cold weather with very little snowfall -
LightSnow
Light snowfall -
Snow
Snowfall -
HeavySnow
Heavy snowfall -
Blizzard
Blizzard (snowfall, extreme temperatures)
-