| com.mojang.brigadier.context.CommandContext |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private static final Map<Class<?>, Class<?>> |
| ||
| private final S |
| ||
| private final String |
| ||
| private final Command<S> |
| ||
| private final Map<String, ParsedArgument<S, ?>> |
| ||
| private final CommandNode<S> |
| ||
| private final List<ParsedCommandNode<S>> |
| ||
| private final StringRange |
| ||
| private final CommandContext<S> |
| ||
| private final RedirectModifier<S> |
| ||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (S arg0, String arg1, Map<String, ParsedArgument<S, ?>> arg2, Command<S> arg3, CommandNode<S> arg4, List<ParsedCommandNode<S>> arg5, StringRange arg6, CommandContext<S> arg7, RedirectModifier<S> arg8, boolean arg9) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public CommandContext<S> |
| ||
| public CommandContext<S> |
| ||
| public CommandContext<S> |
| ||
| public Command<S> |
| ||
| public S |
| ||
| public <V> V |
| ||
| public RedirectModifier<S> |
| ||
| public StringRange |
| ||
| public String |
| ||
| public CommandNode<S> |
| ||
| public List<ParsedCommandNode<S>> |
| ||
| public boolean |
| ||
| public boolean |
|