Uses of Interface
net.minecraft.util.profiler.ProfileLocationInfo
Package | Description |
---|---|
net.minecraft.util.profiler |
-
Uses of ProfileLocationInfo in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ProfileLocationInfo Modifier and Type Class Description static class
ProfilerSystem.LocatedInfo
Fields in net.minecraft.util.profiler declared as ProfileLocationInfo Modifier and Type Field Description private static ProfileLocationInfo
ProfileResultImpl. EMPTY_INFO
Fields in net.minecraft.util.profiler with type parameters of type ProfileLocationInfo Modifier and Type Field Description private Map<String,? extends ProfileLocationInfo>
ProfileResultImpl. locationInfos
Methods in net.minecraft.util.profiler that return ProfileLocationInfo Modifier and Type Method Description private ProfileLocationInfo
ProfileResultImpl. getInfo(String path)
Constructor parameters in net.minecraft.util.profiler with type arguments of type ProfileLocationInfo Constructor Description ProfileResultImpl(Map<String,? extends ProfileLocationInfo> locationInfos, long startTime, int startTick, long endTime, int endTick)