Uses of Class
org.rspeer.game.component.tdi.Achievement.Tier
-
Packages that use Achievement.Tier Package Description org.rspeer.game.component.tdi -
-
Uses of Achievement.Tier in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Achievement.Tier Modifier and Type Method Description static Achievement.TierAchievement.Tier. valueOf(String name)Returns the enum constant of this type with the specified name.static Achievement.Tier[]Achievement.Tier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component.tdi with parameters of type Achievement.Tier Modifier and Type Method Description static 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)
-