| Package | Description |
|---|---|
| com.mojang.brigadier.arguments | |
| com.mojang.brigadier.suggestion | |
| com.mojang.brigadier.tree |
| Modifier and Type | Method and Description |
|---|---|
default <S> CompletableFuture<Suggestions> |
ArgumentType.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
<S> CompletableFuture<Suggestions> |
BoolArgumentType.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionsBuilder |
SuggestionsBuilder.add(SuggestionsBuilder other) |
SuggestionsBuilder |
SuggestionsBuilder.createOffset(int start) |
SuggestionsBuilder |
SuggestionsBuilder.restart() |
SuggestionsBuilder |
SuggestionsBuilder.suggest(int value) |
SuggestionsBuilder |
SuggestionsBuilder.suggest(int value,
Message tooltip) |
SuggestionsBuilder |
SuggestionsBuilder.suggest(String text) |
SuggestionsBuilder |
SuggestionsBuilder.suggest(String text,
Message tooltip) |
| Modifier and Type | Method and Description |
|---|---|
SuggestionsBuilder |
SuggestionsBuilder.add(SuggestionsBuilder other) |
CompletableFuture<Suggestions> |
SuggestionProvider.getSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Suggestions> |
ArgumentCommandNode.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
CompletableFuture<Suggestions> |
LiteralCommandNode.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
abstract CompletableFuture<Suggestions> |
CommandNode.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
CompletableFuture<Suggestions> |
RootCommandNode.listSuggestions(CommandContext<S> context,
SuggestionsBuilder builder) |
Copyright © 2018. All rights reserved.