Uses of Class
net.minecraft.client.util.profiler.Metric
Packages that use Metric
-
Uses of Metric in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as MetricModifier and TypeFieldDescriptionprivate MetricMetricSampler.metricprivate MetricSamplerFactory.metricprivate MetricSamplingRecorder.Builder.metricprivate MetricSamplingRecorder.metricMethods in net.minecraft.client.util.profiler that return MetricMethods in net.minecraft.client.util.profiler with parameters of type MetricModifier and TypeMethodDescriptionstatic SamplingRecorderSamplingRecorder.create(Metric metric, DoubleSupplier timeGetter)Constructors in net.minecraft.client.util.profiler with parameters of type MetricModifierConstructorDescriptionBuilder(Metric metric, ToDoubleFunction<T> contextTimeFunc, T context)MetricSampler(Metric metric, DoubleSupplier valueSupplier, SamplingChannel channel)SamplerFactory(Metric metric, Supplier<ReadableProfiler> profilerGetter)(package private)SamplingRecorder(Metric metric, DoubleSupplier doubleSupplier, @Nullable Runnable runnable, @Nullable SamplingRecorder.ValueConsumer valueConsumer)