Uses of Interface
net.minecraft.util.profiler.ReadableProfiler
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ReadableProfiler in net.minecraft.client.util
Modifier and TypeMethodDescriptionClientSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) -
Uses of ReadableProfiler in net.minecraft.util
-
Uses of ReadableProfiler in net.minecraft.util.profiler
Modifier and TypeFieldDescriptionprivate ReadableProfiler
DebugRecorder.profiler
private ReadableProfiler
TickTimeTracker.profiler
Modifier and TypeMethodDescriptionprivate static Sampler
SamplerFactory.createSampler
(Supplier<ReadableProfiler> profilerSupplier, String id, SampleType type) SamplerFactory.createSamplers
(Supplier<ReadableProfiler> profilerSupplier) SamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier)