Uses of Interface
net.minecraft.stat.StatFormatter
Packages that use StatFormatter
-
Uses of StatFormatter in net.minecraft.stat
Fields in net.minecraft.stat declared as StatFormatterModifier and TypeFieldDescriptionstatic StatFormatterStatFormatter.DEFAULTstatic StatFormatterStatFormatter.DISTANCEstatic StatFormatterStatFormatter.DIVIDE_BY_TENprivate StatFormatterStat.formatterstatic StatFormatterStatFormatter.TIMEMethods in net.minecraft.stat with parameters of type StatFormatterModifier and TypeMethodDescriptionStatType.getOrCreateStat(T key, StatFormatter formatter)private static IdentifierStats.register(String id, StatFormatter formatter)Constructors in net.minecraft.stat with parameters of type StatFormatterModifierConstructorDescriptionprotectedStat(StatType<T> type, T value, StatFormatter formatter)