public class NumberStatistic extends Statistic
| Constructor | Description |
|---|---|
NumberStatistic(IResourceName name) |
|
NumberStatistic(IResourceName name,
int defaultValue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
void |
load(DataSet set) |
|
void |
notify(AbstractEntityPlayer player) |
|
void |
reset() |
|
void |
save(DataSet set) |
public NumberStatistic(IResourceName name)
public NumberStatistic(IResourceName name, int defaultValue)
public void notify(AbstractEntityPlayer player)
public int getValue()