Uses of Record Class
net.minecraft.server.commands.CommandResponseTracker.DispatchWithArg
Packages that use CommandResponseTracker.DispatchWithArg
-
Uses of CommandResponseTracker.DispatchWithArg in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as CommandResponseTracker.DispatchWithArgModifier and TypeFieldDescriptionfinal CommandResponseTracker.DispatchWithArg<com.mojang.brigadier.exceptions.CommandSyntaxException, ServerPlayer, Integer> AdvancementCommands.Action.multipleAdvancementsErrorprivate final CommandResponseTracker.DispatchWithArg<Component, Element, Arg> CommandResponseTracker.MessagesWithArg.onSuccessThe field for theonSuccessrecord component.private static final CommandResponseTracker.DispatchWithArg<Component, CommandFunction<CommandSourceStack>, String> DebugCommand.TraceCustomExecutor.RESPONSE_TRACEfinal CommandResponseTracker.DispatchWithArg<com.mojang.brigadier.exceptions.CommandSyntaxException, ServerPlayer, AdvancementHolder> AdvancementCommands.Action.singleAdvancementsErrorMethods in net.minecraft.server.commands that return CommandResponseTracker.DispatchWithArgModifier and TypeMethodDescriptionCommandResponseTracker.MessagesWithArg.onSuccess()Returns the value of theonSuccessrecord component.Methods in net.minecraft.server.commands with parameters of type CommandResponseTracker.DispatchWithArgModifier and TypeMethodDescription<Result,Arg>
ResultCommandResponseTracker.dispatch(CommandResponseTracker.ElementType elementType, CommandResponseTracker.DispatchWithArg<Result, ? super Element, Arg> dispatch, Arg argument) Constructors in net.minecraft.server.commands with parameters of type CommandResponseTracker.DispatchWithArgModifierConstructorDescriptionMessagesWithArg(@Nullable CommandResponseTracker.ErrorHandlerWithArg<Arg> onZero, CommandResponseTracker.DispatchWithArg<Component, Element, Arg> onSuccess) Creates an instance of aMessagesWithArgrecord class.