Uses of Interface
net.minecraft.stats.StatFormatter
Packages that use StatFormatter
-
Uses of StatFormatter in net.minecraft.stats
Fields in net.minecraft.stats declared as StatFormatterModifier and TypeFieldDescriptionstatic final StatFormatter
StatFormatter.DEFAULT
static final StatFormatter
StatFormatter.DISTANCE
static final StatFormatter
StatFormatter.DIVIDE_BY_TEN
private final StatFormatter
Stat.formatter
static final StatFormatter
StatFormatter.TIME
Methods in net.minecraft.stats with parameters of type StatFormatterModifier and TypeMethodDescriptionStatType.get
(T pValue, StatFormatter pFormatter) private static ResourceLocation
Stats.makeCustomStat
(String pKey, StatFormatter pFormatter) Constructors in net.minecraft.stats with parameters of type StatFormatterModifierConstructorDescriptionprotected
Stat
(StatType<T> pType, T pValue, StatFormatter pFormatter)