类 ProfiledReloadInstance.State
java.lang.Object
net.minecraft.server.packs.resources.ProfiledReloadInstance.State
-
字段概要
字段修饰符和类型字段说明(专用程序包) final String
(专用程序包) final AtomicLong
(专用程序包) final ProfileResults
(专用程序包) final AtomicLong
(专用程序包) final ProfileResults
-
构造器概要
构造器构造器说明State
(String pName, ProfileResults pPreperationResult, ProfileResults pReloadResult, AtomicLong pPreperationNanos, AtomicLong pReloadNanos) -
方法概要
-
字段详细资料
-
name
-
preparationResult
-
reloadResult
-
preparationNanos
-
reloadNanos
-
-
构造器详细资料
-
State
State(String pName, ProfileResults pPreperationResult, ProfileResults pReloadResult, AtomicLong pPreperationNanos, AtomicLong pReloadNanos)
-