public static class QUST.QuestStage extends Record
Constructor and Description |
---|
QUST.QuestStage() |
Modifier and Type | Method and Description |
---|---|
void |
addLogEntry(QUST.QuestLogEntry entry)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
boolean |
equals(java.lang.Object obj) |
boolean |
get(QUST.QuestStageFlags flag) |
int |
getJournalIndex() |
java.util.ArrayList<QUST.QuestLogEntry> |
getLogEntries() |
int |
getRecordLength(lev.LImport in) |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
set(QUST.QuestStageFlags flag,
boolean on) |
void |
setJournalIndex(int value) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
public int getJournalIndex()
public void setJournalIndex(int value)
value
- public boolean get(QUST.QuestStageFlags flag)
flag
- public void set(QUST.QuestStageFlags flag, boolean on)
flag
- on
- public java.util.ArrayList<QUST.QuestLogEntry> getLogEntries()
public void addLogEntry(QUST.QuestLogEntry entry)
entry
- public int getRecordLength(lev.LImport in)
getRecordLength
in class Record
in
- public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record