Class ExprPlayerWeather

All Implemented Interfaces:
Converter<org.bukkit.entity.Player,​WeatherType>, Debuggable, Expression<WeatherType>, SyntaxElement

@Name("Player Weather") @Description("The weather for a player.") @Examples({"set weather of arg-player to rainy","reset player\'s weather","if arg-player\'s weather is rainy"}) @Since("2.2-dev34") public class ExprPlayerWeather extends SimplePropertyExpression<org.bukkit.entity.Player,​WeatherType>