Uses of Interface
net.minecraft.client.util.profiler.SamplingRecorder.ValueConsumer
| Package | Description |
|---|---|
| net.minecraft.client.util.profiler |
-
Uses of SamplingRecorder.ValueConsumer in net.minecraft.client.util.profiler
Classes in net.minecraft.client.util.profiler that implement SamplingRecorder.ValueConsumer Modifier and Type Class Description static classSamplingRecorder.HighPassValueConsumerFields in net.minecraft.client.util.profiler declared as SamplingRecorder.ValueConsumer Modifier and Type Field Description private @Nullable SamplingRecorder.ValueConsumerSamplingRecorder.Builder. writeActionprivate @Nullable SamplingRecorder.ValueConsumerSamplingRecorder. writeActionMethods in net.minecraft.client.util.profiler with parameters of type SamplingRecorder.ValueConsumer Modifier and Type Method Description SamplingRecorder.Builder<T>SamplingRecorder.Builder. writeAction(SamplingRecorder.ValueConsumer writeAction)Constructors in net.minecraft.client.util.profiler with parameters of type SamplingRecorder.ValueConsumer Constructor Description SamplingRecorder(Metric metric, DoubleSupplier timeGetter, @Nullable Runnable startAction, @Nullable SamplingRecorder.ValueConsumer writeAction)