public static class QUST.QuestObjective extends Record
Constructor and Description |
---|
QUST.QuestObjective(int index,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addTarget(QUST.QuestTarget target)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
clearTargets()
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
boolean |
equals(java.lang.Object obj) |
int |
getIndex() |
java.lang.String |
getName() |
int |
getRecordLength(lev.LImport in) |
java.util.ArrayList<QUST.QuestTarget> |
getTargets() |
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
setIndex(int index) |
void |
setName(java.lang.String in) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
public QUST.QuestObjective(int index, java.lang.String name)
index
- name
- public final void setIndex(int index)
index
- public int getIndex()
public final void setName(java.lang.String in)
in
- public java.lang.String getName()
public java.util.ArrayList<QUST.QuestTarget> getTargets()
public void clearTargets()
public void addTarget(QUST.QuestTarget target)
target
- 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