|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unit | |
game | |
game.players | |
game.units |
Uses of Unit in game |
Methods in game that return Unit | |
Unit |
Game.findClosestEnemyUnit(Body start)
|
Unit |
Game.findClosestUnit(Body start)
|
Methods in game with parameters of type Unit | |
boolean |
Game.canUnitBeSeenByMyAllies(Unit end)
|
boolean |
Game.canUnitBeSeenByPlayerAllies(int playerID,
Unit end)
|
static boolean |
Game.canUnitBeSeen(Unit end,
java.util.Vector objects)
|
boolean |
Game.isSelectedUnit(Unit u)
|
Uses of Unit in game.players |
Methods in game.players with parameters of type Unit | |
void |
Player.orderLeadPursue(Wing u,
Unit target)
|
void |
Player.orderGunAttack(Wing u,
Unit target)
|
boolean |
Player.canSee(Unit u)
|
Uses of Unit in game.units |
Subclasses of Unit in game.units | |
class |
Carrier
|
class |
Ship
|
Methods in game.units with parameters of type Unit | |
boolean |
Wing.contains(Unit u)
|
void |
Unit.collide(Unit unit)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |