Uses of Class
org.rspeer.game.component.tdi.Achievement.Diary
-
Packages that use Achievement.Diary Package Description org.rspeer.game.component.tdi -
-
Uses of Achievement.Diary in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Achievement.Diary Modifier and Type Method Description static Achievement.Diary
Achievement.Diary. valueOf(String name)
Returns the enum constant of this type with the specified name.static Achievement.Diary[]
Achievement.Diary. 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.Diary Modifier and Type Method Description static int
Achievement.Diary. getProgress(Achievement.Diary diary, Achievement.Tier tier)
static boolean
Achievement.Diary. isComplete(Achievement.Diary diary, Achievement.Tier tier)
-