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