| com.mojang.brigadier.ParseResults |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final CommandContextBuilder<S> |
| ||
| private final Map<CommandNode<S>, CommandSyntaxException> |
| ||
| private final ImmutableStringReader |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (CommandContextBuilder<S> arg0, ImmutableStringReader arg1, Map<CommandNode<S>, CommandSyntaxException> arg2) |
| public | (CommandContextBuilder<S> arg0) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public CommandContextBuilder<S> |
| ||
| public ImmutableStringReader |
| ||
| public Map<CommandNode<S>, CommandSyntaxException> |
|