Uses of Enum Class
net.minecraft.server.commands.CommandResponseTracker.ElementType
Packages that use CommandResponseTracker.ElementType
-
Uses of CommandResponseTracker.ElementType in net.minecraft.server.commands
Subclasses with type arguments of type CommandResponseTracker.ElementType in net.minecraft.server.commandsMethods in net.minecraft.server.commands that return CommandResponseTracker.ElementTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CommandResponseTracker.ElementType[]CommandResponseTracker.ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.commands with parameters of type CommandResponseTracker.ElementTypeModifier and TypeMethodDescription<Result> ResultCommandResponseTracker.dispatch(CommandResponseTracker.ElementType elementType, CommandResponseTracker.Dispatch<Result, ? super Element> dispatch) <Result,Arg>
ResultCommandResponseTracker.dispatch(CommandResponseTracker.ElementType elementType, CommandResponseTracker.DispatchWithArg<Result, ? super Element, Arg> dispatch, Arg argument) <Result,Arg0, Arg1>
ResultCommandResponseTracker.dispatch(CommandResponseTracker.ElementType elementType, CommandResponseTracker.DispatchWithArgs<Result, ? super Element, Arg0, Arg1> messages, Arg0 argument0, Arg1 argument1) private intCommandResponseTracker.elementCount(CommandResponseTracker.ElementType type) CommandResponseTracker.firstElement(CommandResponseTracker.ElementType type) intCommandResponseTracker.sendFeedback(CommandSourceStack sourceStack, boolean broadcast, CommandResponseTracker.ElementType elementType, CommandResponseTracker.Messages<? super Element> messages) <Arg> intCommandResponseTracker.sendFeedback(CommandSourceStack sourceStack, boolean broadcast, CommandResponseTracker.ElementType elementType, CommandResponseTracker.MessagesWithArg<? super Element, Arg> messages, Arg argument) <Arg0,Arg1>
intCommandResponseTracker.sendFeedback(CommandSourceStack sourceStack, boolean broadcast, CommandResponseTracker.ElementType elementType, CommandResponseTracker.MessagesWithArgs<? super Element, Arg0, Arg1> messages, Arg0 argument0, Arg1 argument1)