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 IStatFormatterIStatFormatter. DEFAULTstatic IStatFormatterIStatFormatter. DISTANCEstatic IStatFormatterIStatFormatter. DIVIDE_BY_TENprivate IStatFormatterStat. formatterstatic IStatFormatterIStatFormatter. TIMEMethods 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 ResourceLocationStats. 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_)
-