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