Interface WeatherUniverse
-
- All Known Subinterfaces:
ClientWorld
,ClientWorldProperties
,ServerWorld
,ServerWorldProperties
,WeatherUniverse.Mutable
,World<W,L>
,WorldProperties
public interface WeatherUniverse
A universe affected byWeather
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
WeatherUniverse.Mutable
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Weather
weather()
Gets the currentWeather
taking place in this volume.
-