Class ProfilerTiming

java.lang.Object
net.minecraft.util.profiler.ProfilerTiming
All Implemented Interfaces:
Comparable<ProfilerTiming>

public final class ProfilerTiming extends Object implements Comparable<ProfilerTiming>
Mappings:
Namespace Name
named net/minecraft/util/profiler/ProfilerTiming
intermediary net/minecraft/class_3534
official bnm
  • Field Details

    • parentSectionUsagePercentage

      public final double parentSectionUsagePercentage
      Mappings:
      Namespace Name Mixin selector
      named parentSectionUsagePercentage Lnet/minecraft/util/profiler/ProfilerTiming;parentSectionUsagePercentage:D
      intermediary field_15739 Lnet/minecraft/class_3534;field_15739:D
      official a Lbnm;a:D
    • totalUsagePercentage

      public final double totalUsagePercentage
      Mappings:
      Namespace Name Mixin selector
      named totalUsagePercentage Lnet/minecraft/util/profiler/ProfilerTiming;totalUsagePercentage:D
      intermediary field_15737 Lnet/minecraft/class_3534;field_15737:D
      official b Lbnm;b:D
    • visitCount

      public final long visitCount
      Mappings:
      Namespace Name Mixin selector
      named visitCount Lnet/minecraft/util/profiler/ProfilerTiming;visitCount:J
      intermediary field_19384 Lnet/minecraft/class_3534;field_19384:J
      official c Lbnm;c:J
    • name

      public final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/util/profiler/ProfilerTiming;name:Ljava/lang/String;
      intermediary field_15738 Lnet/minecraft/class_3534;field_15738:Ljava/lang/String;
      official d Lbnm;d:Ljava/lang/String;
  • Constructor Details

    • ProfilerTiming

      public ProfilerTiming(String name, double parentUsagePercentage, double totalUsagePercentage, long visitCount)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/util/profiler/ProfilerTiming;<init>(Ljava/lang/String;DDJ)V
      intermediary <init> Lnet/minecraft/class_3534;<init>(Ljava/lang/String;DDJ)V
      official <init> Lbnm;<init>(Ljava/lang/String;DDJ)V
  • Method Details

    • compareTo

      public int compareTo(ProfilerTiming profilerTiming)
      Specified by:
      compareTo in interface Comparable<ProfilerTiming>
      Mappings:
      Namespace Name Mixin selector
      named compareTo Lnet/minecraft/util/profiler/ProfilerTiming;compareTo(Lnet/minecraft/util/profiler/ProfilerTiming;)I
      intermediary method_15408 Lnet/minecraft/class_3534;method_15408(Lnet/minecraft/class_3534;)I
      official a Lbnm;a(Lbnm;)I
    • getColor

      public int getColor()
      Mappings:
      Namespace Name Mixin selector
      named getColor Lnet/minecraft/util/profiler/ProfilerTiming;getColor()I
      intermediary method_15409 Lnet/minecraft/class_3534;method_15409()I
      official a Lbnm;a()I