Class Statistic
java.lang.Object
zombie.statistics.Statistic
-
Constructor Summary
ConstructorsConstructorDescriptionStatistic
(String string, StatisticType statisticTypex, StatisticCategory statisticCategoryx) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
float
getValue()
void
incrementStatistic
(float float0) void
setValue
(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
-