| Package | Description | 
|---|---|
| net.risingworld.api | |
| net.risingworld.api.events.world | |
| net.risingworld.api.objects | 
| Modifier and Type | Method and Description | 
|---|---|
| Weather | Server. getCurrentWeather()Gets the current weather. | 
| Weather | Server. getNextWeather()Gets the next weather type. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Server. setWeather(Weather newWeather,
          boolean instant)Sets the weather. | 
| Modifier and Type | Method and Description | 
|---|---|
| Weather | WeatherChangeEvent. getCurrentWeather()Gets the current weather. | 
| Weather | WeatherChangeEvent. getNextWeather()Gets the next, target weather. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WeatherChangeEvent. setNextWeather(Weather weather)Changes the next weather. | 
| Constructor and Description | 
|---|
| WeatherChangeEvent(Weather currentWeather,
                  Weather nextWeather,
                  boolean completed) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Weather | Weather. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Weather[] | Weather. values()Returns an array containing the constants of this enum type, in
the order they are declared. |