Uses of Enum Class
zombie.statistics.StatisticCategory
Packages that use StatisticCategory
-
Uses of StatisticCategory in zombie.statistics
Subclasses with type arguments of type StatisticCategory in zombie.statisticsMethods in zombie.statistics that return StatisticCategoryModifier and TypeMethodDescriptionStatistic.getStatisticCategory()
static StatisticCategory
Returns the enum constant of this class with the specified name.static StatisticCategory[]
StatisticCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.statistics with parameters of type StatisticCategoryModifier and TypeMethodDescriptionvoid
StatisticsManager.incrementStatistic
(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) void
StatisticsManager.setStatistic
(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) Constructors in zombie.statistics with parameters of type StatisticCategoryModifierConstructorDescriptionStatistic
(String string, StatisticType statisticTypex, StatisticCategory statisticCategoryx)