Uses of Class
net.minecraft.util.profiler.ProfileResultImpl.CounterInfo
| Package | Description |
|---|---|
| net.minecraft.util.profiler |
-
Uses of ProfileResultImpl.CounterInfo in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler with type parameters of type ProfileResultImpl.CounterInfo Modifier and Type Field Description private static Comparator<Map.Entry<String,ProfileResultImpl.CounterInfo>>ProfileResultImpl. COMPARATORprivate Map<String,ProfileResultImpl.CounterInfo>ProfileResultImpl.CounterInfo. subCountersMethods in net.minecraft.util.profiler that return types with arguments of type ProfileResultImpl.CounterInfo Modifier and Type Method Description private Map<String,ProfileResultImpl.CounterInfo>ProfileResultImpl. setupCounters()Methods in net.minecraft.util.profiler with parameters of type ProfileResultImpl.CounterInfo Modifier and Type Method Description private voidProfileResultImpl. appendCounter(int depth, String name, ProfileResultImpl.CounterInfo info, int tickSpan, StringBuilder sb)Method parameters in net.minecraft.util.profiler with type arguments of type ProfileResultImpl.CounterInfo Modifier and Type Method Description private voidProfileResultImpl. appendCounterDump(Map<String,ProfileResultImpl.CounterInfo> counters, StringBuilder sb, int tickSpan)