Uses of Interface
net.minecraft.stat.StatFormatter
Package | Description |
---|---|
net.minecraft.stat |
-
Uses of StatFormatter in net.minecraft.stat
Fields in net.minecraft.stat declared as StatFormatter Modifier and Type Field Description static 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 StatFormatter Modifier and Type Method Description Stat<T>
StatType. getOrCreateStat(T key, StatFormatter formatter)
private static Identifier
Stats. register(String id, StatFormatter formatter)
Constructors in net.minecraft.stat with parameters of type StatFormatter Constructor Description Stat(StatType<T> type, T value, StatFormatter formatter)