类 ServerFunctionManager.ExecutionContext
java.lang.Object
net.minecraft.server.ServerFunctionManager.ExecutionContext
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明(专用程序包) boolean
private final Deque<ServerFunctionManager.QueuedCommand>
private int
private final List<ServerFunctionManager.QueuedCommand>
private final ServerFunctionManager.TraceCallbacks
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) void
delayFunctionCall
(CommandFunction pFunction, CommandSourceStack pSender) void
reportError
(String pError) (专用程序包) int
runTopCommand
(CommandFunction pFunction, CommandSourceStack pSource) private CommandSourceStack
wrapSender
(CommandSourceStack pSender)
-
字段详细资料
-
depth
private int depth -
tracer
-
commandQueue
-
nestedCalls
-
abortCurrentDepth
boolean abortCurrentDepth
-
-
构造器详细资料
-
ExecutionContext
ExecutionContext(@Nullable ServerFunctionManager.TraceCallbacks pTracer)
-
-
方法详细资料
-
delayFunctionCall
-
wrapSender
-
runTopCommand
-
reportError
-