| private static <T extends AbstractServerCommandSource<T>> Frame | |
| public static <T extends AbstractServerCommandSource<T>> void | | queueInitialFunctionCall(ExecutionContext<T> context, InstantiatedFunction<T> function, T sender, CommandResultCallback functionReturn) | | queueInitialFunctionCall(ExecutionContext<T> context, InstantiatedFunction<T> function, T sender, CommandResultCallback functionReturn) | | method_54395(class_8854<T> arg0, class_8868<T> arg1, T arg2, class_8935 arg3) | | enqueueProcedureCall(CommandExecutionContext<T> context, Procedure<T> procedure, T source, ReturnValueConsumer returnValueConsumer) |
|
| public static <T extends AbstractServerCommandSource<T>> void | | queueInitialCommandExecution(ExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> executionChain, T sender, CommandResultCallback commandReturn) | | queueInitialCommandExecution(ExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> executionChain, T sender, CommandResultCallback commandReturn) | | method_54393(class_8854<T> arg0, String arg1, com.mojang.brigadier.context.ContextChain<T> arg2, T arg3, class_8935 arg4) | | enqueueCommand(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source, ReturnValueConsumer returnValueConsumer) |
|
| private void | | handleQueueOverflow() | | handleQueueOverflow() | | method_54400() | | markQueueOverflowed() |
|
| public void | |
| public void | | discardAtDepthOrHigher(int depthToDiscard) | | discardAtDepthOrHigher(int depthToDiscard) | | method_54391(int arg0) | | escape(int depth) |
|
| public Frame$Control | | frameControlForDepth(int depthToDiscard) | | frameControlForDepth(int depthToDiscard) | | method_54890(int arg0) | | getEscapeControl(int depth) |
|
| public void | | runCommandQueue() | | runCommandQueue() | | method_54390() | | run() |
|
| private void | | pushNewCommands() | | pushNewCommands() | | method_55594() | | queuePendingCommands() |
|
| public void | |
| public Tracer | | tracer() | | tracer() | | method_54396() | | getTracer() |
|
| public Profiler | | profiler() | | profiler() | | method_54397() | | getProfiler() |
|
| public int | | forkLimit() | | forkLimit() | | method_54398() | | getForkLimit() |
|
| public void | | incrementCost() | | incrementCost() | | method_54399() | | decrementCommandQuota() |
|
| public void | |