Package | Description |
---|---|
games.stardash |
Collect of the most of the rarest mineral orbiting around the sun and out-compete your competitor.
|
Modifier and Type | Field and Description |
---|---|
Unit |
Unit.protector
The martyr ship that is currently shielding this ship if any.
|
Unit |
Projectile.target
The unit that is being attacked by this projectile.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Unit> |
Player.units
Every Unit owned by this Player.
|
java.util.List<Unit> |
Game.units
Every Unit in the game.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Unit.attack(Unit enemy)
Attacks the specified unit.
|
boolean |
Unit.transfer(Unit unit,
int amount,
java.lang.String material)
Grab materials from a friendly unit.
|
© 2020 MST ACM SIG-GAME