Uses of Enum Class
net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.SummaryType
Packages that use GcHeapSummarySample.SummaryType
-
Uses of GcHeapSummarySample.SummaryType in net.minecraft.util.profiling.jfr.sample
Fields in net.minecraft.util.profiling.jfr.sample declared as GcHeapSummarySample.SummaryTypeModifier and TypeFieldDescriptionprivate final GcHeapSummarySample.SummaryTypeGcHeapSummarySample.summaryTypeThe field for thesummaryTyperecord component.Methods in net.minecraft.util.profiling.jfr.sample that return GcHeapSummarySample.SummaryTypeModifier and TypeMethodDescriptionGcHeapSummarySample.summaryType()Returns the value of thesummaryTyperecord component.Returns the enum constant of this class with the specified name.static GcHeapSummarySample.SummaryType[]GcHeapSummarySample.SummaryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.profiling.jfr.sample with parameters of type GcHeapSummarySample.SummaryTypeModifierConstructorDescriptionGcHeapSummarySample(Instant instant, long long2, GcHeapSummarySample.SummaryType summaryType)