Package net.minecraft.profiler
Interface IResultableProfiler
-
- All Superinterfaces:
IProfiler
- All Known Implementing Classes:
EmptyProfiler
,Profiler
public interface IResultableProfiler extends IProfiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProfileResult
getResults()
-
Methods inherited from interface net.minecraft.profiler.IProfiler
endTick, incrementCounter, incrementCounter, pop, popPush, popPush, push, push, startTick
-
-
-
-
Method Detail
-
getResults
IProfileResult getResults()
-
-