Uses of Enum Class
net.minecraft.client.util.profiler.SamplingChannel
Package
Description
The base package for all Minecraft classes.
-
Uses of SamplingChannel in net.minecraft
Modifier and TypeMethodDescriptionprivate static SamplingRecorder
class_6401.method_37196
(Supplier<ReadableProfiler> supplier, String string, SamplingChannel samplingChannel) -
Uses of SamplingChannel in net.minecraft.client.util.profiler
Modifier and TypeFieldDescriptionprivate final SamplingChannel
SamplingRecorder.Builder.field_33886
private final SamplingChannel
SamplingRecorder.metric
Modifier and TypeMethodDescriptionSamplingRecorder.method_37172()
static SamplingChannel
Returns the enum constant of this class with the specified name.static SamplingChannel[]
SamplingChannel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SamplingRecorder
SamplingRecorder.create
(String string, SamplingChannel samplingChannel, DoubleSupplier doubleSupplier) static <T> SamplingRecorder.Builder<T>
SamplingRecorder.create
(String name, SamplingChannel samplingChannel, ToDoubleFunction<T> toDoubleFunction, T t) static <T> SamplingRecorder
SamplingRecorder.create
(String string, SamplingChannel samplingChannel, T t, ToDoubleFunction<T> toDoubleFunction) private void
ProfilerDumper.method_37208
(SamplingChannel samplingChannel, List<SamplingRecorder> list, Path path) ModifierConstructorDescriptionBuilder
(String string, SamplingChannel samplingChannel, ToDoubleFunction<T> toDoubleFunction, T t) protected
SamplingRecorder
(String string, SamplingChannel samplingChannel, DoubleSupplier doubleSupplier, @Nullable Runnable runnable, @Nullable SamplingRecorder.ValueConsumer valueConsumer) -
Uses of SamplingChannel in net.minecraft.util.profiler
Modifier and TypeFieldDescriptionprivate final Set<Pair<String,
SamplingChannel>> ProfilerSystem.field_33873
Modifier and TypeMethodDescriptionDummyProfiler.method_37168()
ProfilerSystem.method_37168()
ReadableProfiler.method_37168()
Modifier and TypeMethodDescriptionvoid
DummyProfiler.method_37167
(SamplingChannel samplingChannel) void
Profiler.method_37167
(SamplingChannel samplingChannel) void
ProfilerSystem.method_37167
(SamplingChannel samplingChannel)