Uses of Class
com.mojang.brigadier.context.CommandContextBuilder
Packages that use CommandContextBuilder
Package
Description
-
Uses of CommandContextBuilder in com.mojang.brigadier
Fields in com.mojang.brigadier declared as CommandContextBuilderMethods in com.mojang.brigadier that return CommandContextBuilderMethods in com.mojang.brigadier with parameters of type CommandContextBuilderModifier and TypeMethodDescriptionprivate ParseResults<S> CommandDispatcher.parseNodes(CommandNode<S> node, StringReader originalReader, CommandContextBuilder<S> contextSoFar) Constructors in com.mojang.brigadier with parameters of type CommandContextBuilderModifierConstructorDescriptionParseResults(CommandContextBuilder<S> context) ParseResults(CommandContextBuilder<S> context, ImmutableStringReader reader, Map<CommandNode<S>, CommandSyntaxException> exceptions) -
Uses of CommandContextBuilder in com.mojang.brigadier.context
Fields in com.mojang.brigadier.context declared as CommandContextBuilderMethods in com.mojang.brigadier.context that return CommandContextBuilderModifier and TypeMethodDescriptionCommandContextBuilder.copy()CommandContextBuilder.getChild()CommandContextBuilder.getLastChild()CommandContextBuilder.withArgument(String name, ParsedArgument<S, ?> argument) CommandContextBuilder.withChild(CommandContextBuilder<S> child) CommandContextBuilder.withCommand(Command<S> command) CommandContextBuilder.withNode(CommandNode<S> node, StringRange range) CommandContextBuilder.withSource(S source) Methods in com.mojang.brigadier.context with parameters of type CommandContextBuilderModifier and TypeMethodDescriptionCommandContextBuilder.withChild(CommandContextBuilder<S> child) -
Uses of CommandContextBuilder in com.mojang.brigadier.tree
Methods in com.mojang.brigadier.tree with parameters of type CommandContextBuilderModifier and TypeMethodDescriptionvoidArgumentCommandNode.parse(StringReader reader, CommandContextBuilder<S> contextBuilder) abstract voidCommandNode.parse(StringReader reader, CommandContextBuilder<S> contextBuilder) voidLiteralCommandNode.parse(StringReader reader, CommandContextBuilder<S> contextBuilder) voidRootCommandNode.parse(StringReader reader, CommandContextBuilder<S> contextBuilder) -
Uses of CommandContextBuilder in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type CommandContextBuilderModifier and TypeMethodDescription<T> voidArgumentVisitor.Output.accept(CommandContextBuilder<S> context, ArgumentCommandNode<S, T> argument, @Nullable ParsedArgument<S, T> value) private static <S,T> void ArgumentVisitor.callVisitor(CommandContextBuilder<S> context, ArgumentVisitor.Output<S> output, ArgumentCommandNode<S, T> argument, @Nullable ParsedArgument<S, ?> value) private static <S> voidArgumentVisitor.visitNodeArguments(CommandContextBuilder<S> context, ArgumentVisitor.Output<S> output)