Package com.prineside.tdi2
Class BasicLevel.WaveQuest
java.lang.Object
com.prineside.tdi2.BasicLevel.WaveQuest
- Enclosing class:
 - BasicLevel
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionint - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateIngameQuest(GameSystemProvider systemProvider) static BasicLevel.WaveQuestfromJson(BasicLevel basicLevel, JsonValue jsonValue) booleanCached!voidsetCompleted(boolean val) void 
- 
Field Details
- 
basicLevel
 - 
id
 - 
waves
public int waves - 
prizes
 
 - 
 - 
Constructor Details
- 
WaveQuest
 
 - 
 - 
Method Details
- 
toJson
 - 
fromJson
 - 
createIngameQuest
 - 
isCompleted
public boolean isCompleted()Cached! - 
setCompleted
public void setCompleted(boolean val)  
 -