Package org.rspeer.game.component.tdi
Interface Quest
-
- All Known Implementing Classes:
Quest.Free
,Quest.Members
,Quest.MiniQuest
public interface Quest
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Quest.Free
static class
Quest.Members
static class
Quest.MiniQuest
static class
Quest.Progress
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
int
getMaxStep()
String
getName()
int
getScript()
int
getVar()
Vars.Type
getVarType()
-