Uses of Record Class
net.minecraft.server.commands.CommandResponseTracker.DispatchWithArgs
Packages that use CommandResponseTracker.DispatchWithArgs
-
Uses of CommandResponseTracker.DispatchWithArgs in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as CommandResponseTracker.DispatchWithArgsModifier and TypeFieldDescriptionfinal CommandResponseTracker.DispatchWithArgs<com.mojang.brigadier.exceptions.CommandSyntaxException, ServerPlayer, AdvancementHolder, String> AdvancementCommands.Action.criterionErrorprivate final CommandResponseTracker.DispatchWithArgs<Component, Element, Arg0, Arg1> CommandResponseTracker.MessagesWithArgs.onSuccessThe field for theonSuccessrecord component.Methods in net.minecraft.server.commands that return CommandResponseTracker.DispatchWithArgsModifier and TypeMethodDescriptionCommandResponseTracker.MessagesWithArgs.onSuccess()Returns the value of theonSuccessrecord component.Methods in net.minecraft.server.commands with parameters of type CommandResponseTracker.DispatchWithArgsModifier and TypeMethodDescription<Result,Arg0, Arg1>
ResultCommandResponseTracker.dispatch(CommandResponseTracker.ElementType elementType, CommandResponseTracker.DispatchWithArgs<Result, ? super Element, Arg0, Arg1> messages, Arg0 argument0, Arg1 argument1) Constructors in net.minecraft.server.commands with parameters of type CommandResponseTracker.DispatchWithArgsModifierConstructorDescriptionMessagesWithArgs(@Nullable CommandResponseTracker.ErrorHandlerWithArgs<Arg0, Arg1> onZero, CommandResponseTracker.DispatchWithArgs<Component, Element, Arg0, Arg1> onSuccess) Creates an instance of aMessagesWithArgsrecord class.