@FunctionalInterface public interface SuggestionProvider<S>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Suggestions> |
getSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
CompletableFuture<Suggestions> getSuggestions(CommandContext<S> context, SuggestionsBuilder builder) throws CommandSyntaxException
CommandSyntaxExceptionCopyright © 2018. All rights reserved.