Class StatisticsManager
java.lang.Object
zombie.statistics.StatisticsManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsManagerfloatgetStatistic(String string) voidincrementStatistic(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) voidload()voidsave()voidsetStatistic(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()
-