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.Tier
Achievement.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 int
Achievement.Combat. getCompletedTaskCount(Achievement.Tier tier)
static int
Achievement.Diary. getProgress(Achievement.Diary diary, Achievement.Tier tier)
static boolean
Achievement.Combat. isComplete(Achievement.Tier tier)
static boolean
Achievement.Combat. isComplete(Achievement.Tier tier, boolean strict)
static boolean
Achievement.Diary. isComplete(Achievement.Diary diary, Achievement.Tier tier)
-