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, parser, radixParser
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, getParser, getRadix, hasMax, hasMin, max, min, parse, parseValue, removeScientificNotation
Methods inherited from class io.github.mqzn.commands.arguments.AbstractArgument
asOptional, defaultValue, description, description, equals, hashCode, id, isOptional, setDefaultValue, setOptional, suggest, suggest, suggestions, toString, toString, type, useRemainingSpace
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.mqzn.commands.arguments.Argument
isSuggestionDynamic
-
Method Details
-
alternativeTypes
-
increment
- Specified by:
increment
in classArgumentNumber<Long>
-