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 TypeMethodDescriptionvoid
addZoneText
(String p_373071_) void
addZoneValue
(long p_373118_) void
endTick()
void
incrementCounter
(String p_372854_, int p_372995_) void
incrementCounter
(Supplier<String> p_373119_, int p_372889_) void
markForCharting
(MetricCategory p_373064_) void
pop()
void
void
void
void
void
setZoneColor
(int p_373025_) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
startTick
in interfaceProfilerFiller
-
endTick
public void endTick()- Specified by:
endTick
in interfaceProfilerFiller
-
push
- Specified by:
push
in interfaceProfilerFiller
-
push
- Specified by:
push
in interfaceProfilerFiller
-
markForCharting
- Specified by:
markForCharting
in interfaceProfilerFiller
-
pop
public void pop()- Specified by:
pop
in interfaceProfilerFiller
-
popPush
- Specified by:
popPush
in interfaceProfilerFiller
-
popPush
- Specified by:
popPush
in interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounter
in interfaceProfilerFiller
-
incrementCounter
- Specified by:
incrementCounter
in interfaceProfilerFiller
-
addZoneText
- Specified by:
addZoneText
in interfaceProfilerFiller
-
addZoneValue
public void addZoneValue(long p_373118_) - Specified by:
addZoneValue
in interfaceProfilerFiller
-
setZoneColor
public void setZoneColor(int p_373025_) - Specified by:
setZoneColor
in interfaceProfilerFiller
-