Interface WeatherManager
public interface WeatherManager
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleandefault voidsetWeather(Weather weather) voidsetWeather(Weather weather, int durationTicks) weather()
-
Method Details
-
weather
Weather weather() -
isRaining
boolean isRaining() -
isThundering
boolean isThundering() -
setWeather
-
setWeather
-