public interface StatFormatter
Modifier and Type | Field and Description |
---|---|
static DecimalFormat |
DECIMAL_FORMAT |
static StatFormatter |
DEFAULT |
static StatFormatter |
DISTANCE |
static StatFormatter |
DIVIDE_BY_TEN |
static StatFormatter |
TIME |
Modifier and Type | Method and Description |
---|---|
String |
format(int int2) |
static final DecimalFormat DECIMAL_FORMAT
static final StatFormatter DEFAULT
static final StatFormatter DIVIDE_BY_TEN
static final StatFormatter DISTANCE
static final StatFormatter TIME
@Environment(value=CLIENT) String format(int int2)