Uses of Class
net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
Package | Description |
---|---|
net.minecraft.util.profiler |
-
Uses of ProfilerSystem.LocatedInfo in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler declared as ProfilerSystem.LocatedInfo Modifier and Type Field Description private @Nullable ProfilerSystem.LocatedInfo
ProfilerSystem. currentInfo
Fields in net.minecraft.util.profiler with type parameters of type ProfilerSystem.LocatedInfo Modifier and Type Field Description private Map<String,ProfilerSystem.LocatedInfo>
ProfilerSystem. locationInfos
Methods in net.minecraft.util.profiler that return ProfilerSystem.LocatedInfo Modifier and Type Method Description private ProfilerSystem.LocatedInfo
ProfilerSystem. getCurrentInfo()
ProfilerSystem.LocatedInfo
DummyProfiler. getInfo(String name)
@Nullable ProfilerSystem.LocatedInfo
ProfilerSystem. getInfo(String name)
ProfilerSystem.LocatedInfo
ReadableProfiler. getInfo(String name)