Uses of Class
com.zetaplugins.cookieclickerz.util.achievements.Achievement
Packages that use Achievement
Package
Description
-
Uses of Achievement in com.zetaplugins.cookieclickerz.storage
Methods in com.zetaplugins.cookieclickerz.storage that return types with arguments of type AchievementModifier and TypeMethodDescriptionPlayerData.getAchievement(AchievementType achievementType) Get an achievement by its typePlayerData.getAchievement(String achievementSlug) Get an achievement by its slugPlayerData.getAchievements()Method parameters in com.zetaplugins.cookieclickerz.storage with type arguments of type AchievementModifier and TypeMethodDescriptionvoidPlayerData.setAchievements(List<Achievement> achievements) -
Uses of Achievement in com.zetaplugins.cookieclickerz.util.achievements
Methods in com.zetaplugins.cookieclickerz.util.achievements with parameters of type AchievementModifier and TypeMethodDescriptionbooleanAchievementManager.progressAchievement(Player player, Achievement achievement, int progressAmount) Progress an achievement by a certain amountbooleanAchievementManager.progressCookiesAchievement(Player player, Achievement achievement, BigInteger totalCookies) Progress a cookies achievementbooleanAchievementManager.setAchievementProgress(Player player, Achievement achievement, int progressAmount) Set the progress of an achievement