Class StatType<T>

java.lang.Object
net.minecraft.stats.StatType<T>
All Implemented Interfaces:
Iterable<Stat<T>>

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

    • registry

      private final Registry<T> registry
    • map

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

      private final Component displayName
  • Constructor Details

  • Method Details