History - net.minecraft.command.CommandExecutionContext

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.commands.execution.ExecutionContext

net.minecraft.class_8854

net.minecraft.command.CommandExecutionContext

Fields

int: MAX_QUEUE_DEPTH, field_46729, MAX_COMMAND_QUEUE_LENGTH

org.slf4j.Logger: LOGGER, field_46730, LOGGER

int: commandLimit, field_46731, maxCommandChainLength

int: forkLimit, field_46732, forkLimit

Profiler: profiler, field_46733, profiler

Tracer: tracer, field_46734, tracer

int: commandQuota, field_46735, commandsRemaining

boolean: queueOverflow, field_46736, queueOverflowed

Deque<CommandQueueEntry<T>>: commandQueue, field_46737, commandQueue

List<CommandQueueEntry<T>>: newTopCommands, field_46738, pendingCommands

int: currentFrameDepth, field_47705, currentDepth

Constructors

(int, int, Profiler)

Methods

<T extends AbstractServerCommandSource<T>> Frame (CommandExecutionContext<T>, ReturnValueConsumer): createTopFrame, method_54889, frame

<T extends AbstractServerCommandSource<T>> void (CommandExecutionContext<T>, Procedure<T>, T, ReturnValueConsumer): queueInitialFunctionCall, method_54395, enqueueProcedureCall

<T extends AbstractServerCommandSource<T>> void (CommandExecutionContext<T>, String, com.mojang.brigadier.context.ContextChain<T>, T, ReturnValueConsumer): queueInitialCommandExecution, method_54393, enqueueCommand

void (): handleQueueOverflow, method_54400, markQueueOverflowed

void (CommandQueueEntry<T>): queueNext, method_54392, enqueueCommand

void (int): discardAtDepthOrHigher, method_54391, escape

Frame$Control (int): frameControlForDepth, method_54890, getEscapeControl

void (): runCommandQueue, method_54390, run

void (): pushNewCommands, method_55594, queuePendingCommands

void (Tracer): tracer, method_54394, setTracer

Tracer (): tracer, method_54396, getTracer

Profiler (): profiler, method_54397, getProfiler

int (): forkLimit, method_54398, getForkLimit

void (): incrementCost, method_54399, decrementCommandQuota

void (): close

void (int): lambda$frameControlForDepth$0, method_54891, method_54891