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 StatFormatter
StatFormatter.DEFAULT
static StatFormatter
StatFormatter.DISTANCE
static StatFormatter
StatFormatter.DIVIDE_BY_TEN
private StatFormatter
Stat.formatter
static StatFormatter
StatFormatter.TIME
Methods in net.minecraft.stat with parameters of type StatFormatterModifier and TypeMethodDescriptionStatType.getOrCreateStat(T key, StatFormatter formatter)
private static Identifier
Stats.register(String id, StatFormatter formatter)
Constructors in net.minecraft.stat with parameters of type StatFormatterModifierConstructorDescriptionprotected
Stat(StatType<T> type, T value, StatFormatter formatter)