| com.mojang.brigadier.context.CommandContextBuilder |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final Map<String, ParsedArgument<S, ?>> |
| ||
| private final CommandNode<S> |
| ||
| private final List<ParsedCommandNode<S>> |
| ||
| private final CommandDispatcher<S> |
| ||
| private S |
| ||
| private Command<S> |
| ||
| private CommandContextBuilder<S> |
| ||
| private StringRange |
| ||
| private RedirectModifier<S> |
| ||
| private boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (CommandDispatcher<S> arg0, S arg1, CommandNode<S> arg2, int arg3) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public CommandContextBuilder<S> |
| ||
| public S |
| ||
| public CommandNode<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public Map<String, ParsedArgument<S, ?>> |
| ||
| public CommandContextBuilder<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public CommandContextBuilder<S> |
| ||
| public Command<S> |
| ||
| public List<ParsedCommandNode<S>> |
| ||
| public CommandContext<S> |
| ||
| public CommandDispatcher<S> |
| ||
| public StringRange |
| ||
| public SuggestionContext<S> |
|