Package net.minecraft.util.profiling
Class InactiveProfiler
java.lang.Object
net.minecraft.util.profiling.InactiveProfiler
- All Implemented Interfaces:
- ProfileCollector,- ProfilerFiller
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.profiling.ProfilerFillerROOT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidendTick()Set<org.apache.commons.lang3.tuple.Pair<String,MetricCategory>> voidincrementCounter(String p_185253_, int p_185254_) voidincrementCounter(Supplier<String> p_185256_, int p_185257_) voidmarkForCharting(MetricCategory p_145951_) voidpop()voidvoidvoidvoidvoidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiling.ProfilerFillerincrementCounter, incrementCounter
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
InactiveProfilerprivate InactiveProfiler()
 
- 
- 
Method Details- 
startTickpublic void startTick()- Specified by:
- startTickin interface- ProfilerFiller
 
- 
endTickpublic void endTick()- Specified by:
- endTickin interface- ProfilerFiller
 
- 
push- Specified by:
- pushin interface- ProfilerFiller
 
- 
push- Specified by:
- pushin interface- ProfilerFiller
 
- 
markForCharting- Specified by:
- markForChartingin interface- ProfilerFiller
 
- 
poppublic void pop()- Specified by:
- popin interface- ProfilerFiller
 
- 
popPush- Specified by:
- popPushin interface- ProfilerFiller
 
- 
popPush- Specified by:
- popPushin interface- ProfilerFiller
 
- 
incrementCounter- Specified by:
- incrementCounterin interface- ProfilerFiller
 
- 
incrementCounter- Specified by:
- incrementCounterin interface- ProfilerFiller
 
- 
getResults- Specified by:
- getResultsin interface- ProfileCollector
 
- 
getEntry- Specified by:
- getEntryin interface- ProfileCollector
 
- 
getChartedPaths- Specified by:
- getChartedPathsin interface- ProfileCollector
 
 
-