Uses of Class
javoids.Ship

Uses of Ship in javoids
 

Fields in javoids declared as Ship
private  Ship Javoids.shipPlayer
          the player's ship
 

Fields in javoids with type parameters of type Ship
private  SpriteVector<Ship> Javoids.ships
          a list of all ships
 

Methods in javoids with parameters of type Ship
private  void Javoids.setInformation(Ship ship, int _level)
          Set the game information up for display.
 

Method parameters in javoids with type arguments of type Ship
 void Ship.performAction(KeyMap.Action action, SpriteVector<Ship> ships, SpriteVector<Bullet> bullets, SpriteVector<Mine> mines, SpriteVector<Javoid> javoids, SpriteVector<Explosion> explosions)
          Perform a sepcified action