| Package | Description |
|---|---|
| com.mojang.brigadier.context |
| Modifier and Type | Method and Description |
|---|---|
List<ParsedCommandNode<S>> |
CommandContext.getNodes() |
List<ParsedCommandNode<S>> |
CommandContextBuilder.getNodes() |
| Constructor and Description |
|---|
CommandContext(S source,
String input,
Map<String,ParsedArgument<S,?>> arguments,
Command<S> command,
CommandNode<S> rootNode,
List<ParsedCommandNode<S>> nodes,
StringRange range,
CommandContext<S> child,
RedirectModifier<S> modifier,
boolean forks) |
Copyright © 2018. All rights reserved.