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
official aze
intermediary net/minecraft/class_3534
named net/minecraft/util/profiler/ProfilerTiming
  • Field Details

    • parentSectionUsagePercentage

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

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

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

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

    • ProfilerTiming

      public ProfilerTiming(String name, double parentUsagePercentage, double totalUsagePercentage, long visitCount)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laze;<init>(Ljava/lang/String;DDJ)V
      intermediary <init> Lnet/minecraft/class_3534;<init>(Ljava/lang/String;DDJ)V
      named <init> Lnet/minecraft/util/profiler/ProfilerTiming;<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
      official a Laze;a(Laze;)I
      intermediary method_15408 Lnet/minecraft/class_3534;method_15408(Lnet/minecraft/class_3534;)I
      named compareTo Lnet/minecraft/util/profiler/ProfilerTiming;compareTo(Lnet/minecraft/util/profiler/ProfilerTiming;)I
    • getColor

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