Package net.minecraft.util.profiler
Class EmptyProfileResult
java.lang.Object
net.minecraft.util.profiler.EmptyProfileResult
- All Implemented Interfaces:
ProfileResult
public class EmptyProfileResult extends Object implements ProfileResult
-
Field Summary
Fields Modifier and Type Field Description static EmptyProfileResultINSTANCE -
Constructor Summary
Constructors Modifier Constructor Description privateEmptyProfileResult() -
Method Summary
Modifier and Type Method Description intgetEndTick()longgetEndTime()intgetStartTick()longgetStartTime()List<ProfilerTiming>getTimings(String parentPath)booleansave(File file)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiler.ProfileResult
getTickSpan, getTimeSpan
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyProfileResult
private EmptyProfileResult()
-
-
Method Details
-
getTimings
- Specified by:
getTimingsin interfaceProfileResult
-
save
- Specified by:
savein interfaceProfileResult
-
getStartTime
public long getStartTime()- Specified by:
getStartTimein interfaceProfileResult
-
getStartTick
public int getStartTick()- Specified by:
getStartTickin interfaceProfileResult
-
getEndTime
public long getEndTime()- Specified by:
getEndTimein interfaceProfileResult
-
getEndTick
public int getEndTick()- Specified by:
getEndTickin interfaceProfileResult
-