Class ExprRemainingAir

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

@Name("Remaining Air") @Description("How much time a player has left underwater before starting to drown.") @Examples({"player\'s remaining air is less than 3 seconds:","\tsend \"hurry, get to the surface!\" to the player"}) @Since("<i>unknown</i> (before 2.1)") public class ExprRemainingAir extends SimplePropertyExpression<org.bukkit.entity.LivingEntity,​Timespan>