Package net.minecraft.server
Class ServerFunctionManager.ExecutionContext
java.lang.Object
net.minecraft.server.ServerFunctionManager.ExecutionContext
- Enclosing class:
- ServerFunctionManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Deque<ServerFunctionManager.QueuedCommand>private intprivate final List<ServerFunctionManager.QueuedCommand>private final ServerFunctionManager.TraceCallbacks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voiddelayFunctionCall(CommandFunction p_179973_, CommandSourceStack p_179974_) voidreportError(String p_179976_) (package private) intrunTopCommand(CommandFunction p_179978_, CommandSourceStack p_179979_)
-
Field Details
-
depth
private int depth -
tracer
-
commandQueue
-
nestedCalls
-
-
Constructor Details
-
ExecutionContext
ExecutionContext(ServerFunctionManager.TraceCallbacks p_179971_)
-
-
Method Details
-
delayFunctionCall
-
runTopCommand
-
reportError
-