Class Decision
java.lang.Object
de.rpgframework.genericrpg.data.Decision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()intString[]voidvoidsetValueAsUUID(UUID valueAsUUID) toString()
-
Constructor Details
-
Decision
public Decision() -
Decision
-
Decision
-
Decision
-
Decision
-
-
Method Details
-
toString
-
getChoiceUUID
- Returns:
- the choiceUUID
-
getValue
-
getValueAsInt
public int getValueAsInt() -
getValues
- Returns:
- the value
-
setValue
-
getValueAsUUID
- Returns:
- the valueAsUUID
-
setValueAsUUID
- Parameters:
valueAsUUID- the valueAsUUID to set
-