Uses of Class
com.mojang.brigadier.context.ParsedCommandNode
Packages that use ParsedCommandNode
-
Uses of ParsedCommandNode in com.mojang.brigadier.context
Fields in com.mojang.brigadier.context with type parameters of type ParsedCommandNodeModifier and TypeFieldDescriptionprivate final List<ParsedCommandNode<S>> CommandContext.nodesprivate final List<ParsedCommandNode<S>> CommandContextBuilder.nodesMethods in com.mojang.brigadier.context that return types with arguments of type ParsedCommandNodeConstructor parameters in com.mojang.brigadier.context with type arguments of type ParsedCommandNodeModifierConstructorDescriptionCommandContext(S source, String input, Map<String, ParsedArgument<S, ?>> arguments, Command<S> command, CommandNode<S> rootNode, List<ParsedCommandNode<S>> nodes, StringRange range, CommandContext<S> child, RedirectModifier<S> modifier, boolean forks)