| Package | Description |
|---|---|
| com.mojang.brigadier | |
| com.mojang.brigadier.context | |
| com.mojang.brigadier.tree |
| Modifier and Type | Method and Description |
|---|---|
CommandContextBuilder<S> |
ParseResults.getContext() |
| Constructor and Description |
|---|
ParseResults(CommandContextBuilder<S> context) |
ParseResults(CommandContextBuilder<S> context,
ImmutableStringReader reader,
Map<CommandNode<S>,CommandSyntaxException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
CommandContextBuilder<S> |
CommandContextBuilder.copy() |
CommandContextBuilder<S> |
CommandContextBuilder.getChild() |
CommandContextBuilder<S> |
CommandContextBuilder.getLastChild() |
CommandContextBuilder<S> |
CommandContextBuilder.withArgument(String name,
ParsedArgument<S,?> argument) |
CommandContextBuilder<S> |
CommandContextBuilder.withChild(CommandContextBuilder<S> child) |
CommandContextBuilder<S> |
CommandContextBuilder.withCommand(Command<S> command) |
CommandContextBuilder<S> |
CommandContextBuilder.withNode(CommandNode<S> node,
StringRange range) |
CommandContextBuilder<S> |
CommandContextBuilder.withSource(S source) |
| Modifier and Type | Method and Description |
|---|---|
CommandContextBuilder<S> |
CommandContextBuilder.withChild(CommandContextBuilder<S> child) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentCommandNode.parse(StringReader reader,
CommandContextBuilder<S> contextBuilder) |
void |
LiteralCommandNode.parse(StringReader reader,
CommandContextBuilder<S> contextBuilder) |
abstract void |
CommandNode.parse(StringReader reader,
CommandContextBuilder<S> contextBuilder) |
void |
RootCommandNode.parse(StringReader reader,
CommandContextBuilder<S> contextBuilder) |
Copyright © 2018. All rights reserved.