Uses of Class
javoids.Bullet

Uses of Bullet in javoids
 

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

Methods in javoids that return types with arguments of type Bullet
static SpriteVector<Bullet> Bullet.spawn(BasicSprite parent, int directions, double initialDirection, Health health, Move move, Item item)
          create multiple bullets from a firing wepon
 SpriteVector<Bullet> Ship.spawnBullets()
           
 SpriteVector<Bullet> Ship.useAutomaticGun()
           
 SpriteVector<Bullet> Ship.useGun()
           
 

Method parameters in javoids with type arguments of type Bullet
 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