Class ExprAltitude

All Implemented Interfaces:
Converter<org.bukkit.Location,​Number>, Debuggable, Expression<Number>, SyntaxElement

@Name("Altitude") @Description("Effectively an alias of \'y-<a href=\'#ExprCoordinate\'>coordinate</a> of \u2026\', it represents the height of some object above bedrock.") @Examples({"on damage:","\taltitude of the attacker is higher than the altitude of the victim","\tset damage to damage * 1.2"}) @Since("1.4.3") public class ExprAltitude extends SimplePropertyExpression<org.bukkit.Location,​Number>