Class IntegerArgumentType<T>
java.lang.Object
de.kentoj.kencommandapi.api.argument.types.IntegerArgumentType<T>
- All Implemented Interfaces:
ArgumentType<T,Integer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseInputUnchecked(String string) parses the given input and returns it.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArgumentType
greedy
-
Constructor Details
-
IntegerArgumentType
public IntegerArgumentType()
-
-
Method Details
-
parseInputUnchecked
Description copied from interface:ArgumentTypeparses the given input and returns it. UnlikeCommandArgumentSpec.parseInput(String), this does not check any additional requirements.- Specified by:
parseInputUncheckedin interfaceArgumentType<T,Integer> - See Also:
-
getDefaultSuggestionProvider
- Specified by:
getDefaultSuggestionProviderin interfaceArgumentType<T,Integer> - See Also:
-