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 name, MetricCategory category, ToDoubleFunction<T> sampler, T context) MetricSampler.MetricSamplerBuilder.withBeforeTick(Consumer<T> beforeTick) MetricSampler.MetricSamplerBuilder.withThresholdAlert(MetricSampler.ThresholdTest thresholdTest)