Class StatType<T>

All Implemented Interfaces:
Iterable<Stat<T>>, IForgeRegistryEntry<StatType<?>>

public class StatType<T> extends ForgeRegistryEntry<StatType<?>> implements Iterable<Stat<T>>
  • Field Details

    • registry

      private final Registry<T> registry
    • map

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

      @Nullable private Component displayName
  • Constructor Details

    • StatType

      public StatType(Registry<T> p_12892_)
  • Method Details