Interface Parameter<S,T>
- All Known Implementing Classes:
BooleanParameter,DoubleParameter,EnumParameter,IntegerParameter,NumberParameter,StringOfListParameter,StringParameter
public interface Parameter<S,T>
Author: Placeblock
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetSuggestions(SuggestionBuilder<S> suggestionBuilder) parse(ParsedCommandBranch<S> command, S source) startsWith(List<String> list, String partial)
-
Method Details
-
parse
- Throws:
CommandParseException
-
getSuggestions
-
startsWith
-