History - net.minecraft.commands.execution.ExecutionContext
25w03a
Names
hx
hy
Fields
int: a, MAX_QUEUE_DEPTH, field_46729, MAX_COMMAND_QUEUE_LENGTH, f_303554_
int: a, MAX_QUEUE_DEPTH, field_46729, MAX_COMMAND_QUEUE_LENGTH
org.slf4j.Logger: b, LOGGER, field_46730, LOGGER, f_303754_
org.slf4j.Logger: b, LOGGER, field_46730, LOGGER
int: c, commandLimit, field_46731, maxCommandChainLength, f_303134_
int: c, commandLimit, field_46731, maxCommandChainLength
int: d, forkLimit, field_46732, forkLimit, f_303338_
int: d, forkLimit, field_46732, forkLimit
ProfilerFiller: e, profiler, field_46733, profiler, f_303063_
ProfilerFiller: e, profiler, field_46733, profiler
TraceCallbacks: f, tracer, field_46734, tracer, f_303303_
TraceCallbacks: f, tracer, field_46734, tracer
int: g, commandQuota, field_46735, commandsRemaining, f_303772_
int: g, commandQuota, field_46735, commandsRemaining
boolean: h, queueOverflow, field_46736, queueOverflowed, f_303790_
boolean: h, queueOverflow, field_46736, queueOverflowed
Deque<CommandQueueEntry<T>>: i, commandQueue, field_46737, commandQueue, f_303117_
Deque<CommandQueueEntry<T>>: i, commandQueue, field_46737, commandQueue
List<CommandQueueEntry<T>>: j, newTopCommands, field_46738, pendingCommands, f_302263_
List<CommandQueueEntry<T>>: j, newTopCommands, field_46738, pendingCommands
int: k, currentFrameDepth, field_47705, currentDepth, f_302338_
int: k, currentFrameDepth, field_47705, currentDepth
Constructors
Methods
<T extends ExecutionCommandSource<T>> Frame (ExecutionContext<T>, CommandResultCallback): a, createTopFrame, method_54889, frame, m_307370_
<T extends ExecutionCommandSource<T>> Frame (ExecutionContext<T>, CommandResultCallback): a, createTopFrame, method_54889, frame
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, InstantiatedFunction<T>, T, CommandResultCallback): a, queueInitialFunctionCall, method_54395, enqueueProcedureCall, m_307938_
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, InstantiatedFunction<T>, T, CommandResultCallback): a, queueInitialFunctionCall, method_54395, enqueueProcedureCall
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, String, com.mojang.brigadier.context.ContextChain<T>, T, CommandResultCallback): a, queueInitialCommandExecution, method_54393, enqueueCommand, m_307315_
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, String, com.mojang.brigadier.context.ContextChain<T>, T, CommandResultCallback): a, queueInitialCommandExecution, method_54393, enqueueCommand
void (): f, handleQueueOverflow, method_54400, markQueueOverflowed, m_305118_
void (): f, handleQueueOverflow, method_54400, markQueueOverflowed
void (CommandQueueEntry<T>): a, queueNext, method_54392, enqueueCommand, m_307907_
void (CommandQueueEntry<T>): a, queueNext, method_54392, enqueueCommand
void (int): a, discardAtDepthOrHigher, method_54391, escape, m_305632_
void (int): a, discardAtDepthOrHigher, method_54391, escape
Frame$FrameControl (int): b, frameControlForDepth, method_54890, getEscapeControl, m_306722_
Frame$FrameControl (int): b, frameControlForDepth, method_54890, getEscapeControl
void (): a, runCommandQueue, method_54390, run, m_304919_
void (): a, runCommandQueue, method_54390, run
void (): g, pushNewCommands, method_55594, queuePendingCommands, m_306974_
void (): g, pushNewCommands, method_55594, queuePendingCommands
void (TraceCallbacks): a, tracer, method_54394, setTracer, m_305996_
void (TraceCallbacks): a, tracer, method_54394, setTracer
TraceCallbacks (): b, tracer, method_54396, getTracer, m_307286_
TraceCallbacks (): b, tracer, method_54396, getTracer
ProfilerFiller (): c, profiler, method_54397, getProfiler, m_305697_
ProfilerFiller (): c, profiler, method_54397, getProfiler
int (): d, forkLimit, method_54398, getForkLimit, m_306377_
int (): d, forkLimit, method_54398, getForkLimit
void (): e, incrementCost, method_54399, decrementCommandQuota, m_306457_
void (): e, incrementCost, method_54399, decrementCommandQuota
void (): close, close, close
void (): close, close
1.21.4
Names
hw
hx
Fields
Constructors
Methods
1.21.3
Names
hs
hw
Fields
Constructors
Methods
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
ho
hs
Fields
Constructors
Methods
1.20.6
Names
go
ho
Fields
Constructors
Methods
1.20.4
Names
go
net.minecraft.commands.execution.ExecutionContext
net.minecraft.class_8854
net.minecraft.command.CommandExecutionContext
net.minecraft.src.C_302111_
net.minecraft.commands.execution.ExecutionContext
Fields
int: a, MAX_QUEUE_DEPTH, field_46729, MAX_COMMAND_QUEUE_LENGTH, f_303554_
org.slf4j.Logger: b, LOGGER, field_46730, LOGGER, f_303754_
int: c, commandLimit, field_46731, maxCommandChainLength, f_303134_
int: d, forkLimit, field_46732, forkLimit, f_303338_
ProfilerFiller: e, profiler, field_46733, profiler, f_303063_
TraceCallbacks: f, tracer, field_46734, tracer, f_303303_
int: g, commandQuota, field_46735, commandsRemaining, f_303772_
boolean: h, queueOverflow, field_46736, queueOverflowed, f_303790_
Deque<CommandQueueEntry<T>>: i, commandQueue, field_46737, commandQueue, f_303117_
List<CommandQueueEntry<T>>: j, newTopCommands, field_46738, pendingCommands, f_302263_
int: k, currentFrameDepth, field_47705, currentDepth, f_302338_
Constructors
(int, int, ProfilerFiller)
Methods
<T extends ExecutionCommandSource<T>> Frame (ExecutionContext<T>, CommandResultCallback): a, createTopFrame, method_54889, frame, m_307370_
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, InstantiatedFunction<T>, T, CommandResultCallback): a, queueInitialFunctionCall, method_54395, enqueueProcedureCall, m_307938_
<T extends ExecutionCommandSource<T>> void (ExecutionContext<T>, String, com.mojang.brigadier.context.ContextChain<T>, T, CommandResultCallback): a, queueInitialCommandExecution, method_54393, enqueueCommand, m_307315_
void (): f, handleQueueOverflow, method_54400, markQueueOverflowed, m_305118_
void (CommandQueueEntry<T>): a, queueNext, method_54392, enqueueCommand, m_307907_
void (int): a, discardAtDepthOrHigher, method_54391, escape, m_305632_
Frame$FrameControl (int): b, frameControlForDepth, method_54890, getEscapeControl, m_306722_
void (): a, runCommandQueue, method_54390, run, m_304919_
void (): g, pushNewCommands, method_55594, queuePendingCommands, m_306974_
void (TraceCallbacks): a, tracer, method_54394, setTracer, m_305996_
TraceCallbacks (): b, tracer, method_54396, getTracer, m_307286_
ProfilerFiller (): c, profiler, method_54397, getProfiler, m_305697_
int (): d, forkLimit, method_54398, getForkLimit, m_306377_
void (): e, incrementCost, method_54399, decrementCommandQuota, m_306457_
void (): close, close, close