Uses of Interface
net.minecraft.profiler.IProfilerSection
-
Packages that use IProfilerSection Package Description net.minecraft.profiler -
-
Uses of IProfilerSection in net.minecraft.profiler
Classes in net.minecraft.profiler that implement IProfilerSection Modifier and Type Class Description (package private) static classProfiler.SectionFields in net.minecraft.profiler declared as IProfilerSection Modifier and Type Field Description private static IProfilerSectionFilledProfileResult. EMPTYFields in net.minecraft.profiler with type parameters of type IProfilerSection Modifier and Type Field Description private java.util.Map<java.lang.String,? extends IProfilerSection>FilledProfileResult. entriesMethods in net.minecraft.profiler that return IProfilerSection Modifier and Type Method Description private IProfilerSectionFilledProfileResult. getEntry(java.lang.String p_230104_1_)Constructor parameters in net.minecraft.profiler with type arguments of type IProfilerSection Constructor Description FilledProfileResult(java.util.Map<java.lang.String,? extends IProfilerSection> p_i50407_1_, long p_i50407_2_, int p_i50407_4_, long p_i50407_5_, int p_i50407_7_)
-