Class SimpleConsecutiveExecutor

java.lang.Object
net.minecraft.util.thread.ConsecutiveExecutor<Runnable>
net.minecraft.util.thread.SimpleConsecutiveExecutor
All Implemented Interfaces:
AutoCloseable, Runnable, SampleableExecutor, TaskExecutor<Runnable>

public class SimpleConsecutiveExecutor extends ConsecutiveExecutor<Runnable>
Mappings:
Namespace Name
named net/minecraft/util/thread/SimpleConsecutiveExecutor
intermediary net/minecraft/class_10176
official bry
  • Constructor Details

    • SimpleConsecutiveExecutor

      public SimpleConsecutiveExecutor(Executor executor, String name)
      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

      public Runnable createTask(Runnable runnable)
      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;