public class PERK extends MajorRecordDescription
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
java.util.ArrayList<Condition> |
getConditions() |
FormID |
getNextPerk() |
ScriptPackage |
getScriptPackage() |
void |
removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setNextPerk(FormID perk) |
getDescription, setDescription
getName, setName
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public ScriptPackage getScriptPackage()
public java.util.ArrayList<Condition> getConditions()
public void addCondition(Condition c)
c
- public void removeCondition(Condition c)
c
- public void setNextPerk(FormID perk)
perk
- public FormID getNextPerk()