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

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

CommandContext(final S source, final String input, final Map< String, ParsedArgument< S, ?> > arguments, final Command< S > command, final CommandNode< S > rootNode, final List< ParsedCommandNode< S > > nodes, final StringRange range, final CommandContext< S > child, final RedirectModifier< S > modifier, boolean forks)com.mojang.brigadier.context.CommandContext< S >
copyFor(final S source)com.mojang.brigadier.context.CommandContext< S >
equals(final Object o) (defined in com.mojang.brigadier.context.CommandContext< S >)com.mojang.brigadier.context.CommandContext< S >
getChild()com.mojang.brigadier.context.CommandContext< S >
getCommand()com.mojang.brigadier.context.CommandContext< S >
getInput()com.mojang.brigadier.context.CommandContext< S >
getLastChild()com.mojang.brigadier.context.CommandContext< S >
getNodes()com.mojang.brigadier.context.CommandContext< S >
getRange()com.mojang.brigadier.context.CommandContext< S >
getRedirectModifier()com.mojang.brigadier.context.CommandContext< S >
getRootNode()com.mojang.brigadier.context.CommandContext< S >
getSource()com.mojang.brigadier.context.CommandContext< S >
hashCode() (defined in com.mojang.brigadier.context.CommandContext< S >)com.mojang.brigadier.context.CommandContext< S >
hasNodes()com.mojang.brigadier.context.CommandContext< S >
isForked()com.mojang.brigadier.context.CommandContext< S >