weather

abstract var weather: WeatherType

The current weather type in the world.

Example:

world.edit {
weather = WeatherType.RAIN
}

See also