Uses of Interface
net.minecraft.stats.IStatFormatter
-
Packages that use IStatFormatter Package Description net.minecraft.stats -
-
Uses of IStatFormatter in net.minecraft.stats
Fields in net.minecraft.stats declared as IStatFormatter Modifier and Type Field Description static IStatFormatter
IStatFormatter. DEFAULT
static IStatFormatter
IStatFormatter. DISTANCE
static IStatFormatter
IStatFormatter. DIVIDE_BY_TEN
private IStatFormatter
Stat. formatter
static IStatFormatter
IStatFormatter. TIME
Methods in net.minecraft.stats with parameters of type IStatFormatter Modifier and Type Method Description Stat<T>
StatType. get(T p_199077_1_, IStatFormatter p_199077_2_)
private static ResourceLocation
Stats. makeCustomStat(java.lang.String p_199084_0_, IStatFormatter p_199084_1_)
Constructors in net.minecraft.stats with parameters of type IStatFormatter Constructor Description Stat(StatType<T> p_i47903_1_, T p_i47903_2_, IStatFormatter p_i47903_3_)
-