Package net.minecraft.server
Class ServerFunctionManager.ExecutionContext
java.lang.Object
net.minecraft.server.ServerFunctionManager.ExecutionContext
- Enclosing class:
- ServerFunctionManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Deque<ServerFunctionManager.QueuedCommand>
private int
private final List<ServerFunctionManager.QueuedCommand>
private final ServerFunctionManager.TraceCallbacks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
delayFunctionCall
(CommandFunction p_179973_, CommandSourceStack p_179974_) void
reportError
(String p_179976_) (package private) int
runTopCommand
(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
-