Package net.minecraft.server
Class ServerFunctionManager.ExecutionContext
java.lang.Object
net.minecraft.server.ServerFunctionManager.ExecutionContext
- Enclosing class:
- ServerFunctionManager
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) class
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) booleanprivate final Deque<ServerFunctionManager.QueuedCommand>private intprivate final List<ServerFunctionManager.QueuedCommand>private final ServerFunctionManager.TraceCallbacks
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) voiddelayFunctionCall(CommandFunction p_179973_, CommandSourceStack p_179974_) voidreportError(String p_179976_) (package private) intrunTopCommand(CommandFunction p_179978_, CommandSourceStack p_179979_) private CommandSourceStackwrapSender(CommandSourceStack p_282848_) 
- 
Field Details- 
depthprivate int depth
- 
tracer
- 
commandQueue
- 
nestedCalls
- 
abortCurrentDepthboolean abortCurrentDepth
 
- 
- 
Constructor Details- 
ExecutionContextExecutionContext(@Nullable ServerFunctionManager.TraceCallbacks p_179971_) 
 
- 
- 
Method Details- 
delayFunctionCall
- 
wrapSender
- 
runTopCommand
- 
reportError
 
-