implements Comparable<CommandNode<S>>
| com.mojang.brigadier.tree.CommandNode |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private Map<String, CommandNode<S>> |
| ||
| private Map<String, LiteralCommandNode<S>> |
| ||
| private Map<String, ArgumentCommandNode<S, ?>> |
| ||
| private final Predicate<S> |
| ||
| private final CommandNode<S> |
| ||
| private final RedirectModifier<S> |
| ||
| private final boolean |
| ||
| private Command<S> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| protected | (Command<S> arg0, Predicate<S> arg1, CommandNode<S> arg2, RedirectModifier<S> arg3, boolean arg4) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public Command<S> |
| ||
| public Collection<CommandNode<S>> |
| ||
| public CommandNode<S> |
| ||
| public CommandNode<S> |
| ||
| public RedirectModifier<S> |
| ||
| public boolean |
| ||
| public void |
| ||
| public void |
| ||
| protected abstract boolean |
| ||
| public Predicate<S> |
| ||
| public abstract String |
| ||
| public abstract String |
| ||
| public abstract void |
| ||
| public abstract CompletableFuture<Suggestions> |
| ||
| public abstract ArgumentBuilder<S, ?> |
| ||
| protected abstract String |
| ||
| public Collection<? extends CommandNode<S>> |
| ||
| public int |
| ||
| public boolean |
| ||
| public abstract Collection<String> |
|