Uses of Interface
net.minecraft.util.profiler.ReadableProfiler
Package | Description |
---|---|
net.minecraft.client.util.profiler | |
net.minecraft.util | |
net.minecraft.util.profiler |
-
Uses of ReadableProfiler in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as ReadableProfiler Modifier and Type Field Description private ReadableProfiler
DebugRecorder. profiler
Fields in net.minecraft.client.util.profiler with type parameters of type ReadableProfiler Modifier and Type Field Description private Supplier<ReadableProfiler>
SamplerFactory. profilerGetter
Constructor parameters in net.minecraft.client.util.profiler with type arguments of type ReadableProfiler Constructor Description SamplerFactory(String name, Supplier<ReadableProfiler> profilerGetter)
SamplerFactory(Metric metric, Supplier<ReadableProfiler> profilerGetter)
-
Uses of ReadableProfiler in net.minecraft.util
Fields in net.minecraft.util declared as ReadableProfiler Modifier and Type Field Description private ReadableProfiler
TickDurationMonitor. profiler
-
Uses of ReadableProfiler in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ReadableProfiler Modifier and Type Class Description class
DummyProfiler
class
ProfilerSystem
Fields in net.minecraft.util.profiler declared as ReadableProfiler Modifier and Type Field Description private ReadableProfiler
TickTimeTracker. profiler