Class ExprCoordinate

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

@Name("Coordinate") @Description("Represents a given coordinate of a location. ") @Examples({"player\'s y-coordinate is smaller than 40:","\tmessage \"Watch out for lava!\""}) @Since("1.4.3") public class ExprCoordinate extends SimplePropertyExpression<org.bukkit.Location,​Number>