Package net.minecraft.stats
Interface StatFormatter
public interface StatFormatter
A formatter for a statistic's corresponding count.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DecimalFormat
static final StatFormatter
static final StatFormatter
static final StatFormatter
static final StatFormatter
-
Method Summary
-
Field Details
-
DECIMAL_FORMAT
-
DEFAULT
-
DIVIDE_BY_TEN
-
DISTANCE
-
TIME
-
-
Method Details
-
format
Formats the specifiedvalue
of a statistic.- Parameters:
pValue
- the statistic's associated count to format- Returns:
- the formatted
value
-