类 ServerFunctionManager.QueuedCommand
java.lang.Object
net.minecraft.server.ServerFunctionManager.QueuedCommand
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
execute
(ServerFunctionManager pServerFunctionManager, Deque<ServerFunctionManager.QueuedCommand> pQueuedCommands, int pCommandLimit, ServerFunctionManager.TraceCallbacks pTracer) toString()
-
字段详细资料
-
sender
-
depth
final int depth -
entry
-
-
构造器详细资料
-
QueuedCommand
-
-
方法详细资料
-
execute
public void execute(ServerFunctionManager pServerFunctionManager, Deque<ServerFunctionManager.QueuedCommand> pQueuedCommands, int pCommandLimit, @Nullable ServerFunctionManager.TraceCallbacks pTracer) -
toString
-