Enum Class GcHeapSummarySample.SummaryType

java.lang.Object
java.lang.Enum<GcHeapSummarySample.SummaryType>
net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.SummaryType
All Implemented Interfaces:
Serializable, Comparable<GcHeapSummarySample.SummaryType>, Constable
Enclosing class:
GcHeapSummarySample

static enum GcHeapSummarySample.SummaryType extends Enum<GcHeapSummarySample.SummaryType>
Mappings:
Namespace Name
official azy$b
intermediary net/minecraft/class_6525$class_6527
named net/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$SummaryType
  • Enum Constant Details

    • BEFORE_GC

      public static final GcHeapSummarySample.SummaryType BEFORE_GC
      Mappings:
      Namespace Name Mixin selector
      official a Lazy$b;a:Lazy$b;
      intermediary field_34443 Lnet/minecraft/class_6525$class_6527;field_34443:Lnet/minecraft/class_6525$class_6527;
      named BEFORE_GC Lnet/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$SummaryType;BEFORE_GC:Lnet/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$SummaryType;
    • AFTER_GC

      public static final GcHeapSummarySample.SummaryType AFTER_GC
      Mappings:
      Namespace Name Mixin selector
      official b Lazy$b;b:Lazy$b;
      intermediary field_34444 Lnet/minecraft/class_6525$class_6527;field_34444:Lnet/minecraft/class_6525$class_6527;
      named AFTER_GC Lnet/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$SummaryType;AFTER_GC:Lnet/minecraft/util/profiling/jfr/sample/GcHeapSummarySample$SummaryType;
  • Constructor Details

    • SummaryType

      private SummaryType()
  • Method Details

    • values

      public static GcHeapSummarySample.SummaryType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GcHeapSummarySample.SummaryType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null