Package net.minecraft

Interface class_10178<R extends Runnable>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
class_10174, class_10176, class_10177, IntegratedServer, MinecraftClient, MinecraftDedicatedServer, MinecraftServer, ReentrantThreadExecutor, ServerChunkManager.MainThreadExecutor, SoundExecutor, TestServer, ThreadExecutor

public interface class_10178<R extends Runnable> extends AutoCloseable
Mappings:
Namespace Name
named net/minecraft/class_10178
intermediary net/minecraft/class_10178
official bqt
  • Method Details

    • getName

      String getName()
      Mappings:
      Namespace Name Mixin selector
      named getName Lnet/minecraft/class_10178;getName()Ljava/lang/String;
      intermediary method_16898 Lnet/minecraft/class_10178;method_16898()Ljava/lang/String;
      official x_ Lbqt;x_()Ljava/lang/String;
    • method_63588

      void method_63588(R r)
      Mappings:
      Namespace Name Mixin selector
      named method_63588 Lnet/minecraft/class_10178;method_63588(Ljava/lang/Runnable;)V
      intermediary method_63588 Lnet/minecraft/class_10178;method_63588(Ljava/lang/Runnable;)V
      official a_ Lbqt;a_(Ljava/lang/Runnable;)V
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
    • createTask

      R createTask(Runnable runnable)
      Mappings:
      Namespace Name Mixin selector
      named createTask Lnet/minecraft/class_10178;createTask(Ljava/lang/Runnable;)Ljava/lang/Runnable;
      intermediary method_16211 Lnet/minecraft/class_10178;method_16211(Ljava/lang/Runnable;)Ljava/lang/Runnable;
      official f Lbqt;f(Ljava/lang/Runnable;)Ljava/lang/Runnable;
    • method_63603

      default <Source> CompletableFuture<Source> method_63603(Consumer<CompletableFuture<Source>> consumer)
      Mappings:
      Namespace Name Mixin selector
      named method_63603 Lnet/minecraft/class_10178;method_63603(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_63603 Lnet/minecraft/class_10178;method_63603(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
      official a Lbqt;a(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;
    • method_63602

      static class_10178<Runnable> method_63602(String string, Executor executor)
      Mappings:
      Namespace Name Mixin selector
      named method_63602 Lnet/minecraft/class_10178;method_63602(Ljava/lang/String;Ljava/util/concurrent/Executor;)Lnet/minecraft/class_10178;
      intermediary method_63602 Lnet/minecraft/class_10178;method_63602(Ljava/lang/String;Ljava/util/concurrent/Executor;)Lnet/minecraft/class_10178;
      official a Lbqt;a(Ljava/lang/String;Ljava/util/concurrent/Executor;)Lbqt;