Package net.minecraft.util.thread
Class SimpleConsecutiveExecutor
java.lang.Object
net.minecraft.util.thread.ConsecutiveExecutor<Runnable>
net.minecraft.util.thread.SimpleConsecutiveExecutor
- All Implemented Interfaces:
AutoCloseable
,Runnable
,SampleableExecutor
,TaskExecutor<Runnable>
- Mappings:
Namespace Name named net/minecraft/util/thread/SimpleConsecutiveExecutor
intermediary net/minecraft/class_10176
official bry
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.util.thread.ConsecutiveExecutor
close, createSamplers, getName, hasQueuedTasks, queueSize, run, runAll, send, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.util.thread.TaskExecutor
executeAsync
-
Constructor Details
-
SimpleConsecutiveExecutor
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/thread/SimpleConsecutiveExecutor;<init>(Ljava/util/concurrent/Executor;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_10176;<init>(Ljava/util/concurrent/Executor;Ljava/lang/String;)V
official <init>
Lbry;<init>(Ljava/util/concurrent/Executor;Ljava/lang/String;)V
-
-
Method Details
-
createTask
- Mappings:
Namespace Name Mixin selector named createTask
Lnet/minecraft/util/thread/TaskExecutor;createTask(Ljava/lang/Runnable;)Ljava/lang/Runnable;
intermediary method_16211
Lnet/minecraft/class_10178;method_16211(Ljava/lang/Runnable;)Ljava/lang/Runnable;
official f
Lbsd;f(Ljava/lang/Runnable;)Ljava/lang/Runnable;
-