public static class QUST.QuestLogEntry extends Record
Constructor and Description |
---|
QUST.QuestLogEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
boolean |
equals(java.lang.Object obj) |
boolean |
get(QUST.QuestLogFlags flag) |
java.util.ArrayList<Condition> |
getConditions() |
java.lang.String |
getJournalText() |
FormID |
getNextQuest() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
set(QUST.QuestLogFlags flag,
boolean on) |
void |
setJournalText(java.lang.String text) |
void |
setNextQuest(FormID id) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public void set(QUST.QuestLogFlags flag, boolean on)
flag
- on
- public boolean get(QUST.QuestLogFlags flag)
flag
- public java.util.ArrayList<Condition> getConditions()
public void addCondition(Condition c)
c
- public void removeCondition(Condition c)
c
- public void setJournalText(java.lang.String text)
text
- public java.lang.String getJournalText()
public void setNextQuest(FormID id)
id
- public FormID getNextQuest()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record