Class Actor
java.lang.Object
de.rpgframework.random.VariableHolderNode
de.rpgframework.random.Actor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.rpgframework.classification.GendergetId()getName()de.rpgframework.classification.ActorRolegetRole()voidsetFaction(String fraction) voidsetGender(de.rpgframework.classification.Gender gender) voidvoidsetRole(de.rpgframework.classification.ActorRole role) voidsetRuleData(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
public de.rpgframework.classification.ActorRole getRole()- Returns:
- the role
-
setRole
public void setRole(de.rpgframework.classification.ActorRole role) - Parameters:
role- the role to set
-
getGender
public de.rpgframework.classification.Gender getGender()- Returns:
- the gender
-
setGender
public void setGender(de.rpgframework.classification.Gender gender) - Parameters:
gender- the gender to set
-
getRuleData
- Returns:
- the ruleData
-
setRuleData
- Parameters:
ruleData- the ruleData to set
-