Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Condition> |
COBJ.getConditions() |
java.util.ArrayList<Condition> |
INFO.getConditions() |
java.util.ArrayList<Condition> |
INFO.Response.getConditions() |
java.util.ArrayList<Condition> |
MGEF.getConditions() |
java.util.ArrayList<Condition> |
MagicEffectRef.getConditions() |
java.util.ArrayList<Condition> |
PERK.getConditions() |
java.util.ArrayList<Condition> |
QUST.getConditions() |
java.util.ArrayList<Condition> |
QUST.QuestLogEntry.getConditions() |
java.util.ArrayList<Condition> |
QUST.QuestTarget.getConditions() |
Modifier and Type | Method and Description |
---|---|
void |
COBJ.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
INFO.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
INFO.Response.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
MGEF.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
MagicEffectRef.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
PERK.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
QUST.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
QUST.QuestLogEntry.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
QUST.QuestTarget.addCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
COBJ.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
INFO.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
INFO.Response.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
MGEF.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
MagicEffectRef.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
PERK.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
QUST.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
QUST.QuestLogEntry.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|
void |
QUST.QuestTarget.removeCondition(Condition c)
Deprecated.
modifying the ArrayList will now directly affect the
record.
|