Uses of Class
net.minecraft.client.util.profiler.Metric
| Package | Description |
|---|---|
| net.minecraft.client.util.profiler |
-
Uses of Metric in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as Metric Modifier and Type Field Description private MetricMetricSampler. metricprivate MetricSamplerFactory. metricprivate MetricSamplingRecorder.Builder. metricprivate MetricSamplingRecorder. metricMethods in net.minecraft.client.util.profiler that return Metric Modifier and Type Method Description MetricMetricSampler. getMetric()MetricSamplingRecorder. getMetric()Methods in net.minecraft.client.util.profiler with parameters of type Metric Modifier and Type Method Description static SamplingRecorderSamplingRecorder. create(Metric metric, DoubleSupplier timeGetter)Constructors in net.minecraft.client.util.profiler with parameters of type Metric Constructor Description Builder(Metric metric, ToDoubleFunction<T> contextTimeFunc, T context)MetricSampler(Metric metric, DoubleSupplier valueSupplier, SamplingChannel channel)SamplerFactory(Metric metric, Supplier<ReadableProfiler> profilerGetter)SamplingRecorder(Metric metric, DoubleSupplier timeGetter, @Nullable Runnable startAction, @Nullable SamplingRecorder.ValueConsumer writeAction)