Interface SamplerSource

All Known Implementing Classes:
ClientSamplerSource, ServerSamplerSource

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

    • getSamplers

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