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 StatFormatterStatFormatter. DEFAULTstatic StatFormatterStatFormatter. DISTANCEstatic StatFormatterStatFormatter. DIVIDE_BY_TENprivate StatFormatterStat. formatterstatic StatFormatterStatFormatter. TIMEMethods in net.minecraft.stat with parameters of type StatFormatter Modifier and Type Method Description Stat<T>StatType. getOrCreateStat(T key, StatFormatter formatter)private static IdentifierStats. 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)