Class StatisticsManager
java.lang.Object
zombie.statistics.StatisticsManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsManager
float
getStatistic
(String string) void
incrementStatistic
(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) void
load()
void
save()
void
setStatistic
(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0)
-
Method Details
-
getInstance
-
incrementStatistic
public void incrementStatistic(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) -
setStatistic
public void setStatistic(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) -
getStatistic
-
getStatistics
-
getAllStatisticsDebug
-
load
public void load() -
save
public void save()
-