Interface ReadableProfiler

All Superinterfaces:
Profiler
All Known Implementing Classes:
DummyProfiler, ProfilerSystem

public interface ReadableProfiler extends Profiler
Mappings:
Namespace Name
named net/minecraft/util/profiler/ReadableProfiler
intermediary net/minecraft/class_3693
official bnd
  • Method Details

    • getResult

      ProfileResult getResult()
      Mappings:
      Namespace Name Mixin selector
      named getResult Lnet/minecraft/util/profiler/ReadableProfiler;getResult()Lnet/minecraft/util/profiler/ProfileResult;
      intermediary method_16064 Lnet/minecraft/class_3693;method_16064()Lnet/minecraft/class_3696;
      official d Lbnd;d()Lbne;
    • getInfo

      Mappings:
      Namespace Name Mixin selector
      named getInfo Lnet/minecraft/util/profiler/ReadableProfiler;getInfo(Ljava/lang/String;)Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;
      intermediary method_34696 Lnet/minecraft/class_3693;method_34696(Ljava/lang/String;)Lnet/minecraft/class_3533$class_4746;
      official c Lbnd;c(Ljava/lang/String;)Lbmy$a;
    • getSampleTargets

      Set<Pair<String,SampleType>> getSampleTargets()
      Returns a set of pairs of profiler location and sample kind.
      Returns:
      a set of pairs of profiler location and sample kind
      Mappings:
      Namespace Name Mixin selector
      named getSampleTargets Lnet/minecraft/util/profiler/ReadableProfiler;getSampleTargets()Ljava/util/Set;
      intermediary method_37168 Lnet/minecraft/class_3693;method_37168()Ljava/util/Set;
      official e Lbnd;e()Ljava/util/Set;