All Implemented Interfaces:
Debuggable, Expression<Object>, Loopable<Object>, Simplifiable<Expression<? extends Object>>, SyntaxElement, PropertyBaseSyntax<PropertyHandler.ExpressionPropertyHandler<?,?>>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Number Of") @Description("The number of something.\nUsing \'number of {list::*}\' will return the length of the list, so if you want the numbers of the things inside the lists, use \'numbers of {list::*}\'.\n") @Example("message \"There are %number of all players% players online!\"") @Since({"1.0","2.13 (numbers of)"}) @RelatedProperty("number") public class PropExprNumber extends PropertyBaseExpression<PropertyHandler.ExpressionPropertyHandler<?,?>>