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