CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
com.mojang.brigadier.context.CommandContextBuilder< S > Member List

This is the complete list of members for com.mojang.brigadier.context.CommandContextBuilder< S >, including all inherited members.

build(final String input)com.mojang.brigadier.context.CommandContextBuilder< S >
CommandContextBuilder(final CommandDispatcher< S > dispatcher, final S source, final CommandNode< S > rootNode, final int start)com.mojang.brigadier.context.CommandContextBuilder< S >
copy()com.mojang.brigadier.context.CommandContextBuilder< S >
findSuggestionContext(final int cursor)com.mojang.brigadier.context.CommandContextBuilder< S >
getArguments()com.mojang.brigadier.context.CommandContextBuilder< S >
getChild()com.mojang.brigadier.context.CommandContextBuilder< S >
getCommand()com.mojang.brigadier.context.CommandContextBuilder< S >
getDispatcher()com.mojang.brigadier.context.CommandContextBuilder< S >
getLastChild()com.mojang.brigadier.context.CommandContextBuilder< S >
getNodes()com.mojang.brigadier.context.CommandContextBuilder< S >
getRange()com.mojang.brigadier.context.CommandContextBuilder< S >
getRootNode()com.mojang.brigadier.context.CommandContextBuilder< S >
getSource()com.mojang.brigadier.context.CommandContextBuilder< S >
withArgument(final String name, final ParsedArgument< S, ?> argument)com.mojang.brigadier.context.CommandContextBuilder< S >
withChild(final CommandContextBuilder< S > child)com.mojang.brigadier.context.CommandContextBuilder< S >
withCommand(final Command< S > command)com.mojang.brigadier.context.CommandContextBuilder< S >
withNode(final CommandNode< S > node, final StringRange range)com.mojang.brigadier.context.CommandContextBuilder< S >
withSource(final S source)com.mojang.brigadier.context.CommandContextBuilder< S >