类 StatType<T>

java.lang.Object
net.minecraft.stats.StatType<T>
所有已实现的接口:
Iterable<Stat<T>>

public class StatType<T> extends Object implements Iterable<Stat<T>>
  • 字段详细资料

    • registry

      private final Registry<T> registry
    • map

      private final Map<T,Stat<T>> map
    • displayName

      @Nullable private Component displayName
  • 构造器详细资料

    • StatType

      public StatType(Registry<T> pRegistry)
  • 方法详细资料