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 StatisticTypeReturns 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 TypeMethodDescriptionvoidStatisticsManager.incrementStatistic(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) voidStatisticsManager.setStatistic(StatisticType statisticType, StatisticCategory statisticCategory, String string, float float0) Constructors in zombie.statistics with parameters of type StatisticTypeModifierConstructorDescriptionStatistic(String string, StatisticType statisticTypex, StatisticCategory statisticCategoryx)