类 PriorityConsecutiveExecutor
java.lang.Object
net.minecraft.util.thread.AbstractConsecutiveExecutor<StrictQueue.RunnableWithPriority>
net.minecraft.util.thread.PriorityConsecutiveExecutor
- 所有已实现的接口:
AutoCloseable
,Runnable
,ProfilerMeasured
,TaskScheduler<StrictQueue.RunnableWithPriority>
public class PriorityConsecutiveExecutor
extends AbstractConsecutiveExecutor<StrictQueue.RunnableWithPriority>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.util.thread.AbstractConsecutiveExecutor
AbstractConsecutiveExecutor.Status
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<Source> CompletableFuture
<Source> scheduleWithResult
(int p_364483_, Consumer<CompletableFuture<Source>> p_367272_) wrapRunnable
(Runnable p_370061_) 从类继承的方法 net.minecraft.util.thread.AbstractConsecutiveExecutor
close, hasWork, name, profiledMetrics, run, runAll, schedule, size, toString
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 net.minecraft.util.thread.TaskScheduler
scheduleWithResult
-
构造器详细资料
-
PriorityConsecutiveExecutor
-
-
方法详细资料
-
wrapRunnable
-
scheduleWithResult
public <Source> CompletableFuture<Source> scheduleWithResult(int p_364483_, Consumer<CompletableFuture<Source>> p_367272_)
-