Package net.minecraft.profiler
Class EmptyProfiler
java.lang.Object
net.minecraft.profiler.EmptyProfiler
- All Implemented Interfaces:
IProfiler,IResultableProfiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendTick()voidincrementCounter(String p_230035_1_) voidincrementCounter(Supplier<String> p_230036_1_) voidpop()voidvoidvoidvoidvoid
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyProfiler
private EmptyProfiler()
-
-
Method Details
-
startTick
public void startTick() -
endTick
public void endTick() -
push
-
push
-
pop
public void pop() -
popPush
-
popPush
-
incrementCounter
- Specified by:
incrementCounterin interfaceIProfiler
-
incrementCounter
- Specified by:
incrementCounterin interfaceIProfiler
-
getResults
- Specified by:
getResultsin interfaceIResultableProfiler
-