Uses of Class
net.minecraft.util.profiling.metrics.MetricSampler.MetricSamplerBuilder
Packages that use MetricSampler.MetricSamplerBuilder
-
Uses of MetricSampler.MetricSamplerBuilder in net.minecraft.util.profiling.metrics
Methods in net.minecraft.util.profiling.metrics that return MetricSampler.MetricSamplerBuilderModifier and TypeMethodDescriptionstatic <T> MetricSampler.MetricSamplerBuilder
<T> MetricSampler.builder
(String pName, MetricCategory pCategory, ToDoubleFunction<T> pSampler, T pContext) MetricSampler.MetricSamplerBuilder.withBeforeTick
(Consumer<T> pBeforeTick) MetricSampler.MetricSamplerBuilder.withThresholdAlert
(MetricSampler.ThresholdTest pThresholdTest)