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.utilMethod parameters in net.minecraft.client.util with type arguments of type ReadableProfilerModifier and TypeMethodDescriptionClientSamplerSource.getSamplers(Supplier<ReadableProfiler> profilerSupplier) 
- 
Uses of ReadableProfiler in net.minecraft.utilFields in net.minecraft.util declared as ReadableProfiler
- 
Uses of ReadableProfiler in net.minecraft.util.profilerClasses in net.minecraft.util.profiler that implement ReadableProfilerFields in net.minecraft.util.profiler declared as ReadableProfilerModifier and TypeFieldDescriptionprivate ReadableProfilerDebugRecorder.profilerprivate ReadableProfilerTickTimeTracker.profilerMethod parameters in net.minecraft.util.profiler with type arguments of type ReadableProfilerModifier and TypeMethodDescriptionprivate static SamplerSamplerFactory.createSampler(Supplier<ReadableProfiler> profilerSupplier, String id, SampleType type) SamplerFactory.createSamplers(Supplier<ReadableProfiler> profilerSupplier) SamplerSource.getSamplers(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.getSamplers(Supplier<ReadableProfiler> profilerSupplier)