Uses of Class
com.mojang.brigadier.context.ParsedArgument
Packages that use ParsedArgument
-
Uses of ParsedArgument in com.mojang.brigadier.context
Fields in com.mojang.brigadier.context with type parameters of type ParsedArgumentModifier and TypeFieldDescriptionprivate final Map<String, ParsedArgument<S, ?>> CommandContext.argumentsprivate final Map<String, ParsedArgument<S, ?>> CommandContextBuilder.argumentsMethods in com.mojang.brigadier.context that return types with arguments of type ParsedArgumentModifier and TypeMethodDescriptionMap<String, ParsedArgument<S, ?>> CommandContextBuilder.getArguments()Methods in com.mojang.brigadier.context with parameters of type ParsedArgumentModifier and TypeMethodDescriptionCommandContextBuilder.withArgument(String name, ParsedArgument<S, ?> argument) Constructor parameters in com.mojang.brigadier.context with type arguments of type ParsedArgumentModifierConstructorDescriptionCommandContext(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) -
Uses of ParsedArgument in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type ParsedArgumentModifier 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)