Uses of Enum Class
com.zetaplugins.cookieclickerz.util.achievements.AchievementType
Packages that use AchievementType
Package
Description
-
Uses of AchievementType in com.zetaplugins.cookieclickerz.storage
Methods in com.zetaplugins.cookieclickerz.storage with parameters of type AchievementTypeModifier and TypeMethodDescriptionPlayerData.getAchievement(AchievementType achievementType) Get an achievement by its typevoidPlayerData.progressAchievement(AchievementType achievementType, int progressAmount, CookieClickerZ plugin) Progress an achievement by a certain amountvoidPlayerData.progressCookiesAchievement(AchievementType achievementType, BigInteger totalCookies, CookieClickerZ plugin) voidPlayerData.setAchievementProgress(AchievementType achievementType, int progress) Set the progress of an achievementvoidPlayerData.setAchievementProgress(AchievementType achievementType, int progressAmount, CookieClickerZ plugin) -
Uses of AchievementType in com.zetaplugins.cookieclickerz.util.achievements
Methods in com.zetaplugins.cookieclickerz.util.achievements that return AchievementTypeModifier and TypeMethodDescriptionAchievement.getType()static AchievementTypeReturns the enum constant of this class with the specified name.static AchievementType[]AchievementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zetaplugins.cookieclickerz.util.achievements that return types with arguments of type AchievementTypeModifier and TypeMethodDescriptionstatic List<AchievementType> AchievementType.getAll()static List<AchievementType> AchievementType.getByCategory(AchievementCategory category) Get all achievements of a specific categorystatic Optional<AchievementType> Get the achievement type by its slugMethods in com.zetaplugins.cookieclickerz.util.achievements with parameters of type AchievementTypeModifier and TypeMethodDescriptionvoidAchievementManager.sendAchievementMessage(Player player, AchievementType achievementType) Send an achievement message to a playerConstructors in com.zetaplugins.cookieclickerz.util.achievements with parameters of type AchievementTypeModifierConstructorDescriptionAchievement(AchievementType type) Achievement(AchievementType type, int progress)