类 ReentrantBlockableEventLoop<R extends Runnable>
java.lang.Object
net.minecraft.util.thread.BlockableEventLoop<R>
net.minecraft.util.thread.ReentrantBlockableEventLoop<R>
- 所有已实现的接口:
AutoCloseable
,Executor
,ProfilerMeasured
,ProcessorHandle<R>
- 直接已知子类:
Minecraft
,MinecraftServer
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.util.thread.BlockableEventLoop
dropAllTasks, execute, executeBlocking, executeIfPossible, getPendingTasksCount, getRunningThread, isSameThread, managedBlock, name, pollTask, profiledMetrics, runAllTasks, shouldRun, submit, submit, submitAsync, tell, waitForTasks, wrapRunnable
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.util.thread.ProcessorHandle
ask, askEither, close
-
字段详细资料
-
reentrantCount
private int reentrantCount
-
-
构造器详细资料
-
ReentrantBlockableEventLoop
-
-
方法详细资料
-
scheduleExecutables
public boolean scheduleExecutables()- 覆盖:
scheduleExecutables
在类中BlockableEventLoop<R extends Runnable>
-
runningTask
protected boolean runningTask() -
doRunTask
- 覆盖:
doRunTask
在类中BlockableEventLoop<R extends Runnable>
-