Interface MetricSamplerSupplier

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

public interface MetricSamplerSupplier
Mappings:
Namespace Name
official aqc
intermediary net/minecraft/class_5952
named net/minecraft/util/profiler/MetricSamplerSupplier
  • Method Details

    • getSamplers

      List<SamplingRecorder> getSamplers()
      Mappings:
      Namespace Name Mixin selector
      official bl Laqc;bl()Ljava/util/List;
      intermediary method_34705 Lnet/minecraft/class_5952;method_34705()Ljava/util/List;
      named getSamplers Lnet/minecraft/util/profiler/MetricSamplerSupplier;getSamplers()Ljava/util/List;