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
Nested ClassesModifier and TypeClassDescriptionstatic enumfinal classRepresents a single weather effect -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WeatherDefs.WeatherBlizzard (snowfall, extreme temperatures)static final WeatherDefs.WeatherBreeze (wind, overcast)static final WeatherDefs.WeatherSunny weather (almost no clouds)static final WeatherDefs.WeatherCold weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.WeatherCold and foggy weather (no rain or snow, but low temperatures so snow doesn't melt)static final WeatherDefs.WeatherDefault weather (sunny with clouds)static final WeatherDefs.WeatherExtremely foggy weatherstatic final WeatherDefs.WeatherFoggy weatherstatic final WeatherDefs.WeatherHeavy rainstatic final WeatherDefs.WeatherHeavy snowfallstatic final WeatherDefs.WeatherLight rainstatic final WeatherDefs.WeatherLight snowfallstatic final WeatherDefs.WeatherOvercast (no sun)static final WeatherDefs.WeatherRainstatic final WeatherDefs.WeatherSnowfallstatic final WeatherDefs.WeatherStormy weather (no sun)static final WeatherDefs.WeatherSunny, cold weather with very little snowfallstatic final WeatherDefs.WeatherCold weather, but snow is about to meltstatic final WeatherDefs.WeatherWind -
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)
-