Uses of Enum Class
zombie.statistics.StatisticType
Packages that use StatisticType
-
Uses of StatisticType in zombie.statistics
Subclasses with type arguments of type StatisticType in zombie.statisticsMethods in zombie.statistics that return StatisticTypeModifier and TypeMethodDescriptionStatistic.getStatisticType()
static StatisticType
Returns the enum constant of this class with the specified name.static StatisticType[]
StatisticType.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 StatisticTypeModifier 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 StatisticTypeModifierConstructorDescriptionStatistic
(String string, StatisticType statisticTypex, StatisticCategory statisticCategoryx)