Class Statistic
java.lang.Object
zombie.statistics.Statistic
-
Constructor Summary
ConstructorsConstructorDescriptionStatistic(String string, StatisticType statisticTypex, StatisticCategory statisticCategoryx) -
Method Summary
Modifier and TypeMethodDescriptiongetName()floatgetValue()voidincrementStatistic(float float0) voidsetValue(float float0)
-
Constructor Details
-
Statistic
-
Statistic
-
-
Method Details
-
getName
-
incrementStatistic
public void incrementStatistic(float float0) -
getValue
public float getValue() -
setValue
public void setValue(float float0) -
getStatisticType
-
getStatisticCategory
-