Package de.kentoj.kencommandapi.internal
Class CommandArgumentImpl<T,V>
java.lang.Object
de.kentoj.kencommandapi.internal.CommandArgumentImpl<T,V>
- All Implemented Interfaces:
CommandArgument<T,V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.argument.CommandArgument
getDefaultValueProvider, getId, getType, setDefaultValueProvider, setSuggestionProvider
-
Constructor Details
-
CommandArgumentImpl
public CommandArgumentImpl()
-
-
Method Details
-
getSuggestionProvider
- Specified by:
getSuggestionProviderin interfaceCommandArgument<T,V> - Returns:
- the explicitly set SuggestionProvider or the default suggestions for the type if unset/null
-