Uses of Enum Class
net.minecraft.util.profiling.metrics.MetricCategory
Packages that use MetricCategory
Package
Description
-
Uses of MetricCategory in net.minecraft.util.profiling
Fields in net.minecraft.util.profiling with type parameters of type MetricCategoryModifier and TypeFieldDescriptionprivate final Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> ActiveProfiler.chartedPathsMethods in net.minecraft.util.profiling that return types with arguments of type MetricCategoryModifier and TypeMethodDescriptionSet<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> ActiveProfiler.getChartedPaths()Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> InactiveProfiler.getChartedPaths()Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> ProfileCollector.getChartedPaths()Methods in net.minecraft.util.profiling with parameters of type MetricCategoryModifier and TypeMethodDescriptionvoidActiveProfiler.markForCharting(MetricCategory p_145928_) voidInactiveProfiler.markForCharting(MetricCategory p_145951_) voidProfilerFiller.markForCharting(MetricCategory p_145959_) -
Uses of MetricCategory in net.minecraft.util.profiling.metrics
Fields in net.minecraft.util.profiling.metrics declared as MetricCategoryModifier and TypeFieldDescriptionprivate final MetricCategoryMetricSampler.categoryprivate final MetricCategoryMetricSampler.MetricSamplerBuilder.categoryMethods in net.minecraft.util.profiling.metrics that return MetricCategoryModifier and TypeMethodDescriptionMetricSampler.getCategory()static MetricCategoryReturns the enum constant of this class with the specified name.static MetricCategory[]MetricCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.profiling.metrics with parameters of type MetricCategoryModifier and TypeMethodDescriptionstatic <T> MetricSampler.MetricSamplerBuilder<T>MetricSampler.builder(String p_146014_, MetricCategory p_146015_, ToDoubleFunction<T> p_146016_, T p_146017_) static MetricSamplerMetricSampler.create(String p_146010_, MetricCategory p_146011_, DoubleSupplier p_146012_) static <T> MetricSamplerMetricSampler.create(String p_146005_, MetricCategory p_146006_, T p_146007_, ToDoubleFunction<T> p_146008_) Constructors in net.minecraft.util.profiling.metrics with parameters of type MetricCategoryModifierConstructorDescriptionprotectedMetricSampler(String p_145996_, MetricCategory p_145997_, DoubleSupplier p_145998_, Runnable p_145999_, MetricSampler.ThresholdTest p_146000_) MetricSamplerBuilder(String p_146035_, MetricCategory p_146036_, ToDoubleFunction<T> p_146037_, T p_146038_) -
Uses of MetricCategory in net.minecraft.util.profiling.metrics.profiling
Methods in net.minecraft.util.profiling.metrics.profiling with parameters of type MetricCategoryModifier and TypeMethodDescriptionprivate static MetricSamplerProfilerSamplerAdapter.samplerForProfilingPath(Supplier<ProfileCollector> p_146169_, String p_146170_, MetricCategory p_146171_) -
Uses of MetricCategory in net.minecraft.util.profiling.metrics.storage
Methods in net.minecraft.util.profiling.metrics.storage with parameters of type MetricCategoryModifier and TypeMethodDescriptionprivate voidMetricsPersister.saveCategory(MetricCategory p_146227_, List<MetricSampler> p_146228_, Path p_146229_)