Package de.placeblock.commandapi.core
Class SuggestionBuilder<S>
java.lang.Object
de.placeblock.commandapi.core.parser.ParameterHolder
de.placeblock.commandapi.core.SuggestionBuilder<S>
-
Field Summary
Fields inherited from class de.placeblock.commandapi.core.parser.ParameterHolder
parsedParameters -
Constructor Summary
ConstructorsConstructorDescriptionSuggestionBuilder(TreeCommand<S> treeCommand, String remaining, S source, Map<ParameterTreeCommand<?, ?>, Object> parsedParameters) -
Method Summary
Modifier and TypeMethodDescriptionwithSuggestion(String suggestion) voidwithSuggestions(String[] suggestions) voidwithSuggestions(List<String> suggestions) Methods inherited from class de.placeblock.commandapi.core.parser.ParameterHolder
getParsedParameter, getParsedParameter, getParsedParameterOrDefault
-
Constructor Details
-
SuggestionBuilder
public SuggestionBuilder(TreeCommand<S> treeCommand, String remaining, S source, Map<ParameterTreeCommand<?, ?>, Object> parsedParameters)
-
-
Method Details
-
withSuggestion
-
withSuggestions
-
withSuggestions
-