Interface SampleableExecutor

All Known Implementing Classes:
IntegratedServer, MinecraftClient, MinecraftDedicatedServer, MinecraftServer, ReentrantThreadExecutor, ServerChunkManager.MainThreadExecutor, SoundExecutor, TaskExecutor, TestServer, ThreadExecutor

public interface SampleableExecutor
Mappings:
Namespace Name
official bak
intermediary net/minecraft/class_5952
named net/minecraft/util/thread/SampleableExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createSamplers

      List<Sampler> createSamplers()
      Mappings:
      Namespace Name Mixin selector
      official bl Lbak;bl()Ljava/util/List;
      intermediary method_34705 Lnet/minecraft/class_5952;method_34705()Ljava/util/List;
      named createSamplers Lnet/minecraft/util/thread/SampleableExecutor;createSamplers()Ljava/util/List;