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> p_172544_) -
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 ProfileCollector
ContinuousProfiler.profiler
private ProfileCollector
SingleTickProfiler.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> p_146103_) -
Uses of ProfileCollector in net.minecraft.util.profiling.metrics.profiling
Fields in net.minecraft.util.profiling.metrics.profiling declared as ProfileCollectorModifier and TypeFieldDescriptionprivate ProfileCollector
ActiveMetricsRecorder.singleTickProfiler
Method parameters in net.minecraft.util.profiling.metrics.profiling with type arguments of type ProfileCollectorModifier and TypeMethodDescriptionProfilerSamplerAdapter.newSamplersFoundInProfiler
(Supplier<ProfileCollector> p_146164_) private static MetricSampler
ProfilerSamplerAdapter.samplerForProfilingPath
(Supplier<ProfileCollector> p_146169_, String p_146170_, MetricCategory p_146171_) ServerMetricsSamplersProvider.samplers
(Supplier<ProfileCollector> p_146191_)