public class StatisticsManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<StatBase,TupleIntJsonSerializable> |
statsData |
Constructor and Description |
---|
StatisticsManager() |
Modifier and Type | Method and Description |
---|---|
void |
increaseStat(EntityPlayer player,
StatBase stat,
int amount) |
int |
readStat(StatBase stat) |
void |
unlockAchievement(EntityPlayer playerIn,
StatBase statIn,
int p_150873_3_) |
protected final java.util.Map<StatBase,TupleIntJsonSerializable> statsData
public void increaseStat(EntityPlayer player, StatBase stat, int amount)
public void unlockAchievement(EntityPlayer playerIn, StatBase statIn, int p_150873_3_)
public int readStat(StatBase stat)