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

@Name("Amount") @Description("The amount of something.\nUsing \'amount of {list::*}\' will return the length of the list, so if you want the amounts of the things inside the lists, use \'amounts of {list::*}\'.\n") @Example("message \"There are %amount of all players% players online!\"") @Example("if amount of player\'s tool > 5:") @Example("if amounts of player\'s tool and player\'s offhand tool > 5:") @Since({"1.0","2.13 (amounts of)"}) @RelatedProperty("amount") public class PropExprAmount extends PropertyBaseExpression<PropertyHandler.ExpressionPropertyHandler<?,?>>