Interface SamplerSource

All Known Implementing Classes:
ClientSamplerSource, ServerSamplerSource

public interface SamplerSource
Mappings:
Namespace Name
named net/minecraft/util/profiler/SamplerSource
intermediary net/minecraft/class_6400
official boe
  • Method Details

    • getSamplers

      Set<Sampler> getSamplers(Supplier<ReadableProfiler> profilerSupplier)
      Mappings:
      Namespace Name Mixin selector
      named getSamplers Lnet/minecraft/util/profiler/SamplerSource;getSamplers(Ljava/util/function/Supplier;)Ljava/util/Set;
      intermediary method_37189 Lnet/minecraft/class_6400;method_37189(Ljava/util/function/Supplier;)Ljava/util/Set;
      official a Lboe;a(Ljava/util/function/Supplier;)Ljava/util/Set;