Uses of Class
net.minecraft.util.profiling.FilledProfileResults.CounterCollector
Packages that use FilledProfileResults.CounterCollector
-
Uses of FilledProfileResults.CounterCollector in net.minecraft.util.profiling
Fields in net.minecraft.util.profiling with type parameters of type FilledProfileResults.CounterCollectorModifier and TypeFieldDescription(package private) final Map
<String, FilledProfileResults.CounterCollector> FilledProfileResults.CounterCollector.children
private static final Comparator
<Map.Entry<String, FilledProfileResults.CounterCollector>> FilledProfileResults.COUNTER_ENTRY_COMPARATOR
Methods in net.minecraft.util.profiling that return types with arguments of type FilledProfileResults.CounterCollectorMethods in net.minecraft.util.profiling with parameters of type FilledProfileResults.CounterCollectorModifier and TypeMethodDescriptionprivate void
FilledProfileResults.appendCounterResults
(int pIndents, String pName, FilledProfileResults.CounterCollector pCollector, int pTickSpan, StringBuilder pBuilder) Method parameters in net.minecraft.util.profiling with type arguments of type FilledProfileResults.CounterCollectorModifier and TypeMethodDescriptionprivate void
FilledProfileResults.appendCounters
(Map<String, FilledProfileResults.CounterCollector> pCounters, StringBuilder pBuilder, int pTickSpan)