Uses of Interface
net.minecraft.stat.StatFormatter
-
Uses of StatFormatter in net.minecraft.stat
Modifier and TypeFieldDescriptionstatic StatFormatter
StatFormatter.DEFAULT
static StatFormatter
StatFormatter.DISTANCE
static StatFormatter
StatFormatter.DIVIDE_BY_TEN
private StatFormatter
Stat.formatter
static StatFormatter
StatFormatter.TIME
Modifier and TypeMethodDescriptionStatType.getOrCreateStat(T key, StatFormatter formatter)
private static Identifier
Stats.register(String id, StatFormatter formatter)
ModifierConstructorDescriptionprotected
Stat(StatType<T> type, T value, StatFormatter formatter)