History - com.mojang.brigadier.context.CommandContextBuilder
1.14.3
Names
com.mojang.brigadier.context.CommandContextBuilder
Fields
Map<String, ParsedArgument<S, ?>>: arguments
CommandNode<S>: rootNode
List<ParsedCommandNode<S>>: nodes
CommandDispatcher<S>: dispatcher
S: source
Command<S>: command
CommandContextBuilder<S>: child
StringRange: range
RedirectModifier<S>: modifier
boolean: forks
Constructors
(CommandDispatcher<S>, S, CommandNode<S>, int)
Methods
CommandContextBuilder<S> (S): withSource
S (): getSource
CommandNode<S> (): getRootNode
CommandContextBuilder<S> (String, ParsedArgument<S, ?>): withArgument
Map<String, ParsedArgument<S, ?>> (): getArguments
CommandContextBuilder<S> (Command<S>): withCommand
CommandContextBuilder<S> (CommandNode<S>, StringRange): withNode
CommandContextBuilder<S> (): copy
CommandContextBuilder<S> (CommandContextBuilder<S>): withChild
CommandContextBuilder<S> (): getChild
CommandContextBuilder<S> (): getLastChild
Command<S> (): getCommand
List<ParsedCommandNode<S>> (): getNodes
CommandContext<S> (String): build
CommandDispatcher<S> (): getDispatcher
StringRange (): getRange
SuggestionContext<S> (int): findSuggestionContext