public class DLVW extends MajorRecord
MajorRecord.MajorFlags
Modifier and Type | Method and Description |
---|---|
void |
addBranch(FormID dialogBranch)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
clearBranches()
Deprecated.
modifying the ArrayList will now directly affect the record.
|
java.util.ArrayList<FormID> |
getBranches() |
FormID |
getQuest() |
void |
removeBranch(FormID dialogBranch)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
setQuest(FormID quest) |
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public void setQuest(FormID quest)
quest
- public FormID getQuest()
public java.util.ArrayList<FormID> getBranches()
public void addBranch(FormID dialogBranch)
dialogBranch
- public void removeBranch(FormID dialogBranch)
dialogBranch
- public void clearBranches()