Uses of Class
net.minecraft.profiler.FilledProfileResult.Section
-
Packages that use FilledProfileResult.Section Package Description net.minecraft.profiler -
-
Uses of FilledProfileResult.Section in net.minecraft.profiler
Fields in net.minecraft.profiler with type parameters of type FilledProfileResult.Section Modifier and Type Field Description private java.util.Map<java.lang.String,FilledProfileResult.Section>
FilledProfileResult.Section. children
private static java.util.Comparator<java.util.Map.Entry<java.lang.String,FilledProfileResult.Section>>
FilledProfileResult. COUNTER_ENTRY_COMPARATOR
Methods in net.minecraft.profiler that return types with arguments of type FilledProfileResult.Section Modifier and Type Method Description private java.util.Map<java.lang.String,FilledProfileResult.Section>
FilledProfileResult. getCounterValues()
Methods in net.minecraft.profiler with parameters of type FilledProfileResult.Section Modifier and Type Method Description private void
FilledProfileResult. appendCounterResults(int p_230095_1_, java.lang.String p_230095_2_, FilledProfileResult.Section p_230095_3_, int p_230095_4_, java.lang.StringBuilder p_230095_5_)
Method parameters in net.minecraft.profiler with type arguments of type FilledProfileResult.Section Modifier and Type Method Description private void
FilledProfileResult. appendCounters(java.util.Map<java.lang.String,FilledProfileResult.Section> p_230102_1_, java.lang.StringBuilder p_230102_2_, int p_230102_3_)
-