Package com.prineside.tdi2
Class BasicLevelStage
java.lang.Object
com.prineside.tdi2.BasicLevelStage
- 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.badlogic.gdx.graphics.Colorfinal com.badlogic.gdx.utils.Array<BasicLevel>final Stringbooleanfinal com.badlogic.gdx.utils.Array<Requirement>final String - 
Constructor Summary
ConstructorsConstructorDescriptionBasicLevelStage(String name, com.badlogic.gdx.graphics.Color color, String titleAlias)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic BasicLevelStagefromJson(com.badlogic.gdx.utils.JsonValue jsonValue) getTitle()void 
- 
Field Details
- 
name
 - 
regular
public boolean regular - 
color
public final com.badlogic.gdx.graphics.Color color - 
titleAlias
 - 
showRequirements
 - 
levels
 
 - 
 - 
Constructor Details
- 
BasicLevelStage
 
 - 
 - 
Method Details
- 
sortLevels
public void sortLevels() - 
getTitle
 - 
fromJson
 
 -