Class ServerChunkManager.MainThreadExecutor

java.lang.Object
net.minecraft.util.thread.ThreadExecutor<Runnable>
net.minecraft.server.world.ServerChunkManager.MainThreadExecutor
All Implemented Interfaces:
AutoCloseable, Executor, MessageListener<Runnable>, SampleableExecutor
Enclosing class:
ServerChunkManager

private final class ServerChunkManager.MainThreadExecutor extends ThreadExecutor<Runnable>
Mappings:
Namespace Name
official ahk$b
intermediary net/minecraft/class_3215$class_4212
named net/minecraft/server/world/ServerChunkManager$MainThreadExecutor
  • Constructor Details

    • MainThreadExecutor

      MainThreadExecutor(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lahk$b;<init>(Lahk;Lcjw;)V
      intermediary <init> Lnet/minecraft/class_3215$class_4212;<init>(Lnet/minecraft/class_3215;Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/server/world/ServerChunkManager$MainThreadExecutor;<init>(Lnet/minecraft/server/world/ServerChunkManager;Lnet/minecraft/world/World;)V
  • Method Details

    • createTask

      protected Runnable createTask(Runnable runnable)
      Specified by:
      createTask in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official f Lbbc;f(Ljava/lang/Runnable;)Ljava/lang/Runnable;
      intermediary method_16211 Lnet/minecraft/class_1255;method_16211(Ljava/lang/Runnable;)Ljava/lang/Runnable;
      named createTask Lnet/minecraft/util/thread/ThreadExecutor;createTask(Ljava/lang/Runnable;)Ljava/lang/Runnable;
    • canExecute

      protected boolean canExecute(Runnable task)
      Specified by:
      canExecute in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official e Lbbc;e(Ljava/lang/Runnable;)Z
      intermediary method_18856 Lnet/minecraft/class_1255;method_18856(Ljava/lang/Runnable;)Z
      named canExecute Lnet/minecraft/util/thread/ThreadExecutor;canExecute(Ljava/lang/Runnable;)Z
    • shouldExecuteAsync

      protected boolean shouldExecuteAsync()
      Overrides:
      shouldExecuteAsync in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official as Lbbc;as()Z
      intermediary method_5384 Lnet/minecraft/class_1255;method_5384()Z
      named shouldExecuteAsync Lnet/minecraft/util/thread/ThreadExecutor;shouldExecuteAsync()Z
    • getThread

      protected Thread getThread()
      Specified by:
      getThread in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official at Lbbc;at()Ljava/lang/Thread;
      intermediary method_3777 Lnet/minecraft/class_1255;method_3777()Ljava/lang/Thread;
      named getThread Lnet/minecraft/util/thread/ThreadExecutor;getThread()Ljava/lang/Thread;
    • executeTask

      protected void executeTask(Runnable task)
      Overrides:
      executeTask in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official d Lbbc;d(Ljava/lang/Runnable;)V
      intermediary method_18859 Lnet/minecraft/class_1255;method_18859(Ljava/lang/Runnable;)V
      named executeTask Lnet/minecraft/util/thread/ThreadExecutor;executeTask(Ljava/lang/Runnable;)V
    • runTask

      protected boolean runTask()
      Overrides:
      runTask in class ThreadExecutor<Runnable>
      Mappings:
      Namespace Name Mixin selector
      official x Lbbc;x()Z
      intermediary method_16075 Lnet/minecraft/class_1255;method_16075()Z
      named runTask Lnet/minecraft/util/thread/ThreadExecutor;runTask()Z