类 EmptyProfileResults
java.lang.Object
net.minecraft.util.profiling.EmptyProfileResults
- 所有已实现的接口:
ProfileResults
-
字段概要
字段从接口继承的字段 net.minecraft.util.profiling.ProfileResults
PATH_SEPARATOR
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.util.profiling.ProfileResults
getNanoDuration, getTickDuration
-
字段详细资料
-
EMPTY
-
-
构造器详细资料
-
EmptyProfileResults
private EmptyProfileResults()
-
-
方法详细资料
-
getTimes
- 指定者:
getTimes
在接口中ProfileResults
-
saveResults
- 指定者:
saveResults
在接口中ProfileResults
-
getStartTimeNano
public long getStartTimeNano()- 指定者:
getStartTimeNano
在接口中ProfileResults
-
getStartTimeTicks
public int getStartTimeTicks()- 指定者:
getStartTimeTicks
在接口中ProfileResults
-
getEndTimeNano
public long getEndTimeNano()- 指定者:
getEndTimeNano
在接口中ProfileResults
-
getEndTimeTicks
public int getEndTimeTicks()- 指定者:
getEndTimeTicks
在接口中ProfileResults
-
getProfilerResults
- 指定者:
getProfilerResults
在接口中ProfileResults
-