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 Metric
MetricSampler.metric
private Metric
SamplerFactory.metric
private Metric
SamplingRecorder.Builder.metric
private Metric
SamplingRecorder.metric
Methods in net.minecraft.client.util.profiler that return MetricMethods in net.minecraft.client.util.profiler with parameters of type MetricModifier and TypeMethodDescriptionstatic SamplingRecorder
SamplingRecorder.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)
private
SamplingRecorder(Metric metric, DoubleSupplier timeGetter, @Nullable Runnable startAction, @Nullable SamplingRecorder.ValueConsumer writeAction)