Class StringArgumentType<T,S extends CommandContext<T,?>>
java.lang.Object
de.kentoj.kencommandapi.api.types.StringArgumentType<T,S>
- All Implemented Interfaces:
ArgumentType<T,S, String>
public class StringArgumentType<T,S extends CommandContext<T,?>>
extends Object
implements ArgumentType<T,S,String>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringArgumentType
public StringArgumentType() -
StringArgumentType
public StringArgumentType(boolean isGreedy)
-
-
Method Details
-
parseInput
- Specified by:
parseInputin interfaceArgumentType<T,S extends CommandContext<T, ?>, String>
-
defaultSuggestionProvider
- Specified by:
defaultSuggestionProviderin interfaceArgumentType<T,S extends CommandContext<T, ?>, String>
-
isGreedy
public boolean isGreedy()- Specified by:
isGreedyin interfaceArgumentType<T,S extends CommandContext<T, ?>, String>
-