Package net.minecraft.util.profiling
Class ProfilerFiller.CombinedProfileFiller
java.lang.Object
net.minecraft.util.profiling.ProfilerFiller.CombinedProfileFiller
- All Implemented Interfaces:
ProfilerFiller
- Enclosing interface:
ProfilerFiller
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.profiling.ProfilerFiller
ProfilerFiller.CombinedProfileFiller -
Field Summary
FieldsFields inherited from interface net.minecraft.util.profiling.ProfilerFiller
ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddZoneText(String p_373071_) voidaddZoneValue(long p_373118_) voidendTick()voidincrementCounter(String p_372854_, int p_372995_) voidincrementCounter(Supplier<String> p_373119_, int p_372889_) voidmarkForCharting(MetricCategory p_373064_) voidpop()voidvoidvoidStart sectionvoidvoidsetZoneColor(int p_373025_) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiling.ProfilerFiller
incrementCounter, incrementCounter, zone, zone
-
Field Details
-
first
-
second
-
-
Constructor Details
-
CombinedProfileFiller
-
-
Method Details
-
startTick
public void startTick()- Specified by:
startTickin interfaceProfilerFiller
-
endTick
public void endTick()- Specified by:
endTickin interfaceProfilerFiller
-
push
Description copied from interface:ProfilerFillerStart section- Specified by:
pushin interfaceProfilerFiller
-
push
- Specified by:
pushin interfaceProfilerFiller
-
markForCharting
- Specified by:
markForChartingin interfaceProfilerFiller
-
pop
public void pop()- Specified by:
popin interfaceProfilerFiller
-
popPush
- Specified by:
popPushin interfaceProfilerFiller
-
popPush
- Specified by:
popPushin interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounterin interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounterin interfaceProfilerFiller
-
addZoneText
- Specified by:
addZoneTextin interfaceProfilerFiller
-
addZoneValue
public void addZoneValue(long p_373118_) - Specified by:
addZoneValuein interfaceProfilerFiller
-
setZoneColor
public void setZoneColor(int p_373025_) - Specified by:
setZoneColorin interfaceProfilerFiller
-