public static class QUST.QuestTarget extends Record
Constructor and Description |
---|
QUST.QuestTarget(int aliasID) |
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 |
getCompassMarkersIgnoreLocks() |
java.util.ArrayList<Condition> |
getConditions() |
int |
getTargetAlias() |
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 |
setCompassMarkersIgnoreLocks(boolean on) |
void |
setTargetAlias(int aliasID) |
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public final void setTargetAlias(int aliasID)
aliasID
- public int getTargetAlias()
public java.util.ArrayList<Condition> getConditions()
public void addCondition(Condition c)
c
- public void removeCondition(Condition c)
c
- public void setCompassMarkersIgnoreLocks(boolean on)
on
- public boolean getCompassMarkersIgnoreLocks()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
public java.lang.String print()
Record