Uses of Interface
net.minecraft.util.profiling.ProfileCollector
Packages that use ProfileCollector
Package
Description
-
Uses of ProfileCollector in net.minecraft.client.profiling
Method parameters in net.minecraft.client.profiling with type arguments of type ProfileCollectorModifier and TypeMethodDescriptionClientMetricsSamplersProvider.samplers(Supplier<ProfileCollector> profiles) -
Uses of ProfileCollector in net.minecraft.util.profiling
Classes in net.minecraft.util.profiling that implement ProfileCollectorFields in net.minecraft.util.profiling declared as ProfileCollectorModifier and TypeFieldDescriptionprivate ProfileCollectorContinuousProfiler.profilerprivate ProfileCollectorSingleTickProfiler.profiler -
Uses of ProfileCollector in net.minecraft.util.profiling.metrics
Method parameters in net.minecraft.util.profiling.metrics with type arguments of type ProfileCollectorModifier and TypeMethodDescriptionMetricsSamplerProvider.samplers(Supplier<ProfileCollector> profiles) -
Uses of ProfileCollector in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling declared as ProfileCollectorModifier and TypeFieldDescriptionprivate ProfileCollectorActiveMetricsRecorder.singleTickProfilerMethod parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileCollectorModifier and TypeMethodDescriptionProfilerSamplerAdapter.newSamplersFoundInProfiler(Supplier<ProfileCollector> profiles) private static MetricSamplerProfilerSamplerAdapter.samplerForProfilingPath(Supplier<ProfileCollector> profiles, String name, MetricCategory category) ServerMetricsSamplersProvider.samplers(Supplier<ProfileCollector> profiles)