Uses of Record Class
net.minecraft.command.CommandQueueEntry
Packages that use CommandQueueEntry
-
Uses of CommandQueueEntry in net.minecraft.command
Fields in net.minecraft.command declared as CommandQueueEntryModifier and TypeFieldDescriptionprivate final CommandQueueEntry<T>
SteppedCommandAction.selfCommandQueueEntry
Fields in net.minecraft.command with type parameters of type CommandQueueEntryModifier and TypeFieldDescriptionprivate final Deque<CommandQueueEntry<T>>
CommandExecutionContext.commandQueue
private final List<CommandQueueEntry<T>>
CommandExecutionContext.pendingCommands
Methods in net.minecraft.command that return CommandQueueEntryModifier and TypeMethodDescriptionSteppedCommandAction.ActionWrapper.create
(class_8937 class_8937, P action) Methods in net.minecraft.command with parameters of type CommandQueueEntryModifier and TypeMethodDescriptionvoid
CommandExecutionContext.enqueueCommand
(CommandQueueEntry<T> entry)