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 category) voidInactiveProfiler.markForCharting(MetricCategory category) voidProfilerFiller.markForCharting(MetricCategory category) -
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 name, MetricCategory category, ToDoubleFunction<T> sampler, T context) static MetricSamplerMetricSampler.create(String name, MetricCategory category, DoubleSupplier sampler) static <T> MetricSamplerMetricSampler.create(String name, MetricCategory category, T context, ToDoubleFunction<T> sampler) Constructors in net.minecraft.util.profiling.metrics with parameters of type MetricCategoryModifierConstructorDescriptionprotectedMetricSampler(String name, MetricCategory category, DoubleSupplier sampler, Runnable beforeTick, MetricSampler.ThresholdTest thresholdTest) MetricSamplerBuilder(String name, MetricCategory category, ToDoubleFunction<T> sampler, T context) -
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> profiles, String name, MetricCategory category) -
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 category, List<MetricSampler> samplers, Path p_path)