Uses of Class
org.rspeer.game.component.tdi.Quest.Progress
-
Packages that use Quest.Progress Package Description org.rspeer.game.component.tdi -
-
Uses of Quest.Progress in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Quest.Progress Modifier and Type Method Description static Quest.Progress
Quests. getProgress(Quest quest)
static Quest.Progress
Quest.Progress. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quest.Progress[]
Quest.Progress. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-