Interface Weather.Factory
-
- Enclosing interface:
- Weather
public static interface Weather.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Weather
of(WeatherType type, Ticks remainingDuration, Ticks runningDuration)
-
-
-
Method Detail
-
of
Weather of(WeatherType type, Ticks remainingDuration, Ticks runningDuration)
-
-