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/SimpleConsecutiveExecutorintermediary net/minecraft/class_10176official brb
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.util.thread.ConsecutiveExecutor
close, createSamplers, getName, hasQueuedTasks, queueSize, run, runAll, send, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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;)Vintermediary <init>Lnet/minecraft/class_10176;<init>(Ljava/util/concurrent/Executor;Ljava/lang/String;)Vofficial <init>Lbrb;<init>(Ljava/util/concurrent/Executor;Ljava/lang/String;)V
-
-
Method Details
-
createTask
- Mappings:
Namespace Name Mixin selector named createTaskLnet/minecraft/util/thread/TaskExecutor;createTask(Ljava/lang/Runnable;)Ljava/lang/Runnable;intermediary method_16211Lnet/minecraft/class_10178;method_16211(Ljava/lang/Runnable;)Ljava/lang/Runnable;official fLbrg;f(Ljava/lang/Runnable;)Ljava/lang/Runnable;
-