Class ArgumentLong
java.lang.Object
io.github.mqzn.commands.arguments.AbstractArgument<T>
io.github.mqzn.commands.arguments.ArgumentNumber<Long>
io.github.mqzn.commands.arguments.ArgumentLong
-
Field Summary
Fields inherited from class io.github.mqzn.commands.arguments.ArgumentNumber
comparator, hasMax, hasMin, max, min, NOT_NUMBER_ERROR, parser, radixParser, TOO_HIGH_ERROR, TOO_LOW_ERROR
Fields inherited from class io.github.mqzn.commands.arguments.AbstractArgument
suggestions
-
Method Summary
Methods inherited from class io.github.mqzn.commands.arguments.ArgumentNumber
between, getMax, getMin, getNumberProperties, getRadix, hasMax, hasMin, max, min, parse, parseValue, removeScientificNotation
Methods inherited from class io.github.mqzn.commands.arguments.AbstractArgument
asOptional, defaultValue, id, isOptional, setDefaultValue, setOptional, suggest, toString, type, useRemainingSpace
-
Method Details
-
suggestions
- Specified by:
suggestions
in interfaceArgument<Long>
- Overrides:
suggestions
in classAbstractArgument<Long>
-
alternativeTypes
-