Uses of Interface
net.minecraft.util.profiler.ReadableProfiler
Packages that use ReadableProfiler
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ReadableProfiler in net.minecraft.client.util
Method parameters in net.minecraft.client.util with type arguments of type ReadableProfilerModifier and TypeMethodDescriptionClientSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) -
Uses of ReadableProfiler in net.minecraft.util
Fields in net.minecraft.util declared as ReadableProfiler -
Uses of ReadableProfiler in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ReadableProfilerFields in net.minecraft.util.profiler declared as ReadableProfilerModifier and TypeFieldDescriptionprivate ReadableProfiler
DebugRecorder.profiler
private ReadableProfiler
TickTimeTracker.profiler
Method parameters in net.minecraft.util.profiler with type arguments of type ReadableProfilerModifier 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)