Class ExprWeather

All Implemented Interfaces:
Debuggable, Expression<WeatherType>, SyntaxElement

@Name("Weather") @Description("The weather in the given or the current world.") @Examples({"set weather to clear","weather in \"world\" is rainy"}) @Since("1.0") @Events("weather change") public class ExprWeather extends PropertyExpression<org.bukkit.World,​WeatherType>