Uses of Enum Class
org.rspeer.game.component.tdi.Achievement.Tier
Packages that use Achievement.Tier
-
Uses of Achievement.Tier in org.rspeer.game.component.tdi
Subclasses with type arguments of type Achievement.Tier in org.rspeer.game.component.tdiMethods in org.rspeer.game.component.tdi that return Achievement.TierModifier and TypeMethodDescriptionstatic Achievement.TierReturns the enum constant of this class with the specified name.static Achievement.Tier[]Achievement.Tier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.component.tdi with parameters of type Achievement.TierModifier and TypeMethodDescriptionstatic intAchievement.Combat.getCompletedTaskCount(Achievement.Tier tier) static intAchievement.Diary.getProgress(Achievement.Diary diary, Achievement.Tier tier) static booleanAchievement.Combat.isComplete(Achievement.Tier tier) static booleanAchievement.Combat.isComplete(Achievement.Tier tier, boolean strict) static booleanAchievement.Diary.isComplete(Achievement.Diary diary, Achievement.Tier tier)