Uses of Interface
net.minecraft.util.profiling.metrics.MetricSampler.ThresholdTest
Packages that use MetricSampler.ThresholdTest
-
Uses of MetricSampler.ThresholdTest in net.minecraft.util.profiling.metrics
Classes in net.minecraft.util.profiling.metrics that implement MetricSampler.ThresholdTestFields in net.minecraft.util.profiling.metrics declared as MetricSampler.ThresholdTestModifier and TypeFieldDescriptionprivate MetricSampler.ThresholdTest
MetricSampler.MetricSamplerBuilder.thresholdTest
(package private) final MetricSampler.ThresholdTest
MetricSampler.thresholdTest
Methods in net.minecraft.util.profiling.metrics that return MetricSampler.ThresholdTestModifier and TypeMethodDescriptionprivate static MetricSampler.ThresholdTest
MetricsRegistry.AggregatedMetricSampler.thresholdTest
(List<MetricSampler> pSamplers) Methods in net.minecraft.util.profiling.metrics with parameters of type MetricSampler.ThresholdTestModifier and TypeMethodDescriptionMetricSampler.MetricSamplerBuilder.withThresholdAlert
(MetricSampler.ThresholdTest pThresholdTest) Constructors in net.minecraft.util.profiling.metrics with parameters of type MetricSampler.ThresholdTestModifierConstructorDescriptionprotected
MetricSampler
(String pName, MetricCategory pCategory, DoubleSupplier pSampler, Runnable pBeforeTick, MetricSampler.ThresholdTest pThresholdTest)