Package com.prineside.tdi2
Class Requirement
java.lang.Object
com.prineside.tdi2.Requirement
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintintdouble - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Requirementstatic RequirementfromJson(com.fasterxml.jackson.core.JsonParser parser) getTitle(boolean colorCoded) booleanvoidsetType(RequirementType requirementType) voidwriteObjectStart()toString() 
- 
Field Details
- 
type
 - 
researchType
 - 
researchLevel
public int researchLevel - 
levelName
 - 
levelStars
public int levelStars - 
stageName
 - 
stageStars
public int stageStars - 
statisticsType
 - 
statisticsValue
public double statisticsValue - 
openedLevelName
 
 - 
 - 
Constructor Details
- 
Requirement
public Requirement() 
 - 
 - 
Method Details
- 
setType
 - 
toJson
writeObjectStart() - 
toString
 - 
fromJson
- Throws:
 IOException
 - 
fromJson
 - 
isSatisfied
public boolean isSatisfied() - 
getIconTextureName
 - 
getTitle
 - 
getFormattedValue
 
 -