History - com.mojang.brigadier.context.CommandContext

1.15.1

Names

com.mojang.brigadier.context.CommandContext

Fields

Map<Class<?>, Class<?>>: PRIMITIVE_TO_WRAPPER

S: source

String: input

Command<S>: command

Map<String, ParsedArgument<S, ?>>: arguments

CommandNode<S>: rootNode

List<ParsedCommandNode<S>>: nodes

StringRange: range

CommandContext<S>: child

RedirectModifier<S>: modifier

boolean: forks

Constructors

(S, String, Map<String, ParsedArgument<S, ?>>, Command<S>, CommandNode<S>, List<ParsedCommandNode<S>>, StringRange, CommandContext<S>, RedirectModifier<S>, boolean)

Methods

CommandContext<S> (S): copyFor

CommandContext<S> (): getChild

CommandContext<S> (): getLastChild

Command<S> (): getCommand

S (): getSource

<V> V (String, Class<V>): getArgument

RedirectModifier<S> (): getRedirectModifier

StringRange (): getRange

String (): getInput

CommandNode<S> (): getRootNode

List<ParsedCommandNode<S>> (): getNodes

boolean (): hasNodes

boolean (): isForked