extends CommandNode<S>
| com.mojang.brigadier.tree.ArgumentCommandNode |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private static final String |
| ||
| private static final String |
| ||
| private final String |
| ||
| private final ArgumentType<T> |
| ||
| private final SuggestionProvider<S> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (String arg0, ArgumentType<T> arg1, Command<S> arg2, Predicate<S> arg3, CommandNode<S> arg4, RedirectModifier<S> arg5, boolean arg6, SuggestionProvider<S> arg7) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public ArgumentType<T> |
| ||
| public String |
| ||
| public String |
| ||
| public SuggestionProvider<S> |
| ||
| public void |
| ||
| public CompletableFuture<Suggestions> |
| ||
| public RequiredArgumentBuilder<S, T> |
| ||
| public boolean |
| ||
| protected String |
| ||
| public Collection<String> |
|