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
Modifier and TypeMethodDescriptionClass<?>[]
Alternative types that relate to similar data-type of the argument example-> boolean.class refers to Boolean.classMethods 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
Description copied from interface:Argument
Alternative types that relate to similar data-type of the argument example-> boolean.class refers to Boolean.class- Returns:
- the alternative data-types of this argument's data-types
-
increment
- Specified by:
increment
in classArgumentNumber<Long>
-