Package | Description |
---|---|
net.minecraft.stats |
Modifier and Type | Field and Description |
---|---|
static IStatFormatter |
IStatFormatter.DEFAULT |
static IStatFormatter |
IStatFormatter.DISTANCE |
static IStatFormatter |
IStatFormatter.DIVIDE_BY_TEN |
private IStatFormatter |
Stat.formatter |
static IStatFormatter |
IStatFormatter.TIME |
Modifier and Type | Method and Description |
---|---|
Stat<T> |
StatType.get(T p_199077_1_,
IStatFormatter formatter) |
private static ResourceLocation |
Stats.registerCustom(java.lang.String key,
IStatFormatter formatter) |
Constructor and Description |
---|
Stat(StatType<T> typeIn,
T valueIn,
IStatFormatter formatterIn) |