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 class
SamplingRecorder.HighPassValueConsumer
Fields in net.minecraft.client.util.profiler declared as SamplingRecorder.ValueConsumer Modifier and Type Field Description private @Nullable SamplingRecorder.ValueConsumer
SamplingRecorder.Builder. writeAction
private @Nullable SamplingRecorder.ValueConsumer
SamplingRecorder. writeAction
Methods 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)