Package net.minecraft.stat
Class StatType<T>
java.lang.Object
net.minecraft.stat.StatType<T>
public class StatType<T> extends Object implements Iterable<Stat<T>>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Stat<T>
getOrCreateStat(T key)
Stat<T>
getOrCreateStat(T key, StatFormatter formatter)
Registry<T>
getRegistry()
String
getTranslationKey()
boolean
hasStat(T key)
Iterator<Stat<T>>
iterator()
Text
method_30739()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator