Class Actor
java.lang.Object
de.rpgframework.random.VariableHolderNode
de.rpgframework.random.Actor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getRole()voidsetFaction(String fraction) voidvoidvoidvoidsetRuleData(Object ruleData) toString()Methods inherited from class de.rpgframework.random.VariableHolderNode
addLine, addVariable, copyHints, copyVariables, getGenericVariable, getGenericVariables, getHints, getLines, getVariable, getVariables, setHint, setHint, setVariable, setVariable, withHints, withVariables
-
Constructor Details
-
Actor
public Actor() -
Actor
-
-
Method Details
-
toString
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getFaction
- Returns:
- the fraction
-
setFaction
- Parameters:
fraction- the fraction to set
-
getId
- Returns:
- the id
-
getRole
- Returns:
- the role
-
setRole
- Parameters:
role- the role to set
-
getGender
- Returns:
- the gender
-
setGender
- Parameters:
gender- the gender to set
-
getRuleData
- Returns:
- the ruleData
-
setRuleData
- Parameters:
ruleData- the ruleData to set
-