Class Statistic
java.lang.Object
zombie.statistics.Statistic
-
Constructor Summary
ConstructorsConstructorDescriptionStatistic(String name, StatisticType statisticType, StatisticCategory statisticCategory) -
Method Summary
Modifier and TypeMethodDescriptiongetName()floatgetValue()voidincrementStatistic(float amount) voidsetValue(float value)
-
Constructor Details
-
Statistic
-
Statistic
-
-
Method Details
-
getName
-
incrementStatistic
public void incrementStatistic(float amount) -
getValue
public float getValue() -
setValue
public void setValue(float value) -
getStatisticType
-
getStatisticCategory
-