Package net.minecraft.profiler
Interface IProfiler
- All Known Subinterfaces:
IResultableProfiler
- All Known Implementing Classes:
EmptyProfiler,Profiler
public interface IProfiler
-
Method Summary
Modifier and TypeMethodDescriptionvoidendTick()voidincrementCounter(String p_230035_1_) voidincrementCounter(Supplier<String> p_230036_1_) voidpop()voidvoidvoidvoidvoidstatic IProfiler
-
Method Details
-
startTick
void startTick() -
endTick
void endTick() -
push
-
push
-
pop
void pop() -
popPush
-
popPush
-
incrementCounter
-
incrementCounter
-
tee
-