Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RACE.AttackData> |
RACE.getAttackData() |
Modifier and Type | Method and Description |
---|---|
void |
RACE.addAttackData(RACE.AttackData data)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.AttackData.copyData(RACE.AttackData rhs) |
void |
RACE.removeAttackData(RACE.AttackData data)
Deprecated.
modifying the ArrayList will now directly affect the record.
|