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 p_12900_, StatFormatter p_12901_) private static ResourceLocation
Stats.makeCustomStat
(String p_13008_, StatFormatter p_13009_) Constructors in net.minecraft.stats with parameters of type StatFormatterModifierConstructorDescriptionprotected
Stat
(StatType<T> p_12856_, T p_12857_, StatFormatter p_12858_)