Uses of Class
net.minecraft.util.profiler.ProfileResultImpl.CounterInfo
Packages that use ProfileResultImpl.CounterInfo
-
Uses of ProfileResultImpl.CounterInfo in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler with type parameters of type ProfileResultImpl.CounterInfoModifier and TypeFieldDescriptionprivate static final Comparator
<Map.Entry<String, ProfileResultImpl.CounterInfo>> ProfileResultImpl.COMPARATOR
(package private) final Map
<String, ProfileResultImpl.CounterInfo> ProfileResultImpl.CounterInfo.subCounters
Methods in net.minecraft.util.profiler that return types with arguments of type ProfileResultImpl.CounterInfoModifier and TypeMethodDescriptionprivate Map
<String, ProfileResultImpl.CounterInfo> ProfileResultImpl.setupCounters()
Methods in net.minecraft.util.profiler with parameters of type ProfileResultImpl.CounterInfoModifier and TypeMethodDescriptionprivate void
ProfileResultImpl.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.CounterInfoModifier and TypeMethodDescriptionprivate void
ProfileResultImpl.appendCounterDump
(Map<String, ProfileResultImpl.CounterInfo> counters, StringBuilder sb, int tickSpan)