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 classProfilerSystem.LocatedInfoFields in net.minecraft.util.profiler declared as ProfileLocationInfo Modifier and Type Field Description private static ProfileLocationInfoProfileResultImpl. EMPTY_INFOFields in net.minecraft.util.profiler with type parameters of type ProfileLocationInfo Modifier and Type Field Description private Map<String,? extends ProfileLocationInfo>ProfileResultImpl. locationInfosMethods in net.minecraft.util.profiler that return ProfileLocationInfo Modifier and Type Method Description private ProfileLocationInfoProfileResultImpl. 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)