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 - btr
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.util.thread.ConsecutiveExecutorclose, createSamplers, getName, hasQueuedTasks, queueSize, run, runAll, send, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.util.thread.TaskExecutorexecuteAsync
- 
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>- Lbtr;<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- Lbtx;f(Ljava/lang/Runnable;)Ljava/lang/Runnable;
 
 
-