Uses of Interface
net.minecraft.commands.ArgumentVisitor.Output
Packages that use ArgumentVisitor.Output
-
Uses of ArgumentVisitor.Output in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type ArgumentVisitor.OutputModifier and TypeMethodDescriptionprivate static <S,T> void ArgumentVisitor.callVisitor(com.mojang.brigadier.context.CommandContextBuilder<S> context, ArgumentVisitor.Output<S> output, com.mojang.brigadier.tree.ArgumentCommandNode<S, T> argument, @Nullable com.mojang.brigadier.context.ParsedArgument<S, ?> value) static <S> voidArgumentVisitor.visitArguments(com.mojang.brigadier.ParseResults<S> command, ArgumentVisitor.Output<S> output, boolean rejectRootRedirects) private static <S> voidArgumentVisitor.visitNodeArguments(com.mojang.brigadier.context.CommandContextBuilder<S> context, ArgumentVisitor.Output<S> output)