Uses of Enum Class
net.minecraft.client.util.profiler.SamplingChannel
Packages that use SamplingChannel
Package
Description
The base package for all Minecraft classes.
-
Uses of SamplingChannel in net.minecraft
Methods in net.minecraft with parameters of type SamplingChannelModifier and TypeMethodDescriptionprivate static SamplingRecorder
class_6401.method_37196
(Supplier<ReadableProfiler> supplier, String string, SamplingChannel samplingChannel) -
Uses of SamplingChannel in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as SamplingChannelModifier and TypeFieldDescriptionprivate final SamplingChannel
SamplingRecorder.Builder.field_33886
private final SamplingChannel
SamplingRecorder.metric
Methods in net.minecraft.client.util.profiler that return SamplingChannelModifier 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.Methods in net.minecraft.client.util.profiler with parameters of type SamplingChannelModifier 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) Constructors in net.minecraft.client.util.profiler with parameters of type SamplingChannelModifierConstructorDescriptionBuilder
(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
Fields in net.minecraft.util.profiler with type parameters of type SamplingChannelModifier and TypeFieldDescriptionprivate final Set<Pair<String,
SamplingChannel>> ProfilerSystem.field_33873
Methods in net.minecraft.util.profiler that return types with arguments of type SamplingChannelModifier and TypeMethodDescriptionDummyProfiler.method_37168()
ProfilerSystem.method_37168()
ReadableProfiler.method_37168()
Methods in net.minecraft.util.profiler with parameters of type SamplingChannelModifier and TypeMethodDescriptionvoid
DummyProfiler.method_37167
(SamplingChannel samplingChannel) void
Profiler.method_37167
(SamplingChannel samplingChannel) void
ProfilerSystem.method_37167
(SamplingChannel samplingChannel)