Package net.minecraft.profiler
Class EmptyProfileResult
java.lang.Object
net.minecraft.profiler.EmptyProfileResult
- All Implemented Interfaces:
IProfileResult
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.profiler.IProfileResult
getNanoDuration, getTickDuration
-
Field Details
-
EMPTY
-
-
Constructor Details
-
EmptyProfileResult
private EmptyProfileResult()
-
-
Method Details
-
getTimes
- Specified by:
getTimes
in interfaceIProfileResult
-
saveResults
- Specified by:
saveResults
in interfaceIProfileResult
-
getStartTimeNano
public long getStartTimeNano()- Specified by:
getStartTimeNano
in interfaceIProfileResult
-
getStartTimeTicks
public int getStartTimeTicks()- Specified by:
getStartTimeTicks
in interfaceIProfileResult
-
getEndTimeNano
public long getEndTimeNano()- Specified by:
getEndTimeNano
in interfaceIProfileResult
-
getEndTimeTicks
public int getEndTimeTicks()- Specified by:
getEndTimeTicks
in interfaceIProfileResult
-