Uses of Class
robocode.Bullet

Uses of Bullet in robocode
 

Methods in robocode that return Bullet
 Bullet AdvancedRobot.setFireBullet(double power)
          Fires a bullet.
 Bullet BulletHitBulletEvent.getBullet()
          Returns the Bullet.
 Bullet BulletHitBulletEvent.getHitBullet()
          Returns the Bullet that was hit.
 Bullet BulletHitEvent.getBullet()
          Returns the Bullet that hit.
 Bullet BulletMissedEvent.getBullet()
          Returns the Bullet that missed.
 Bullet HitByBulletEvent.getBullet()
          Returns the Bullet that hit you.
 Bullet Robot.fireBullet(double power)
          Fires a bullet.
 

Constructors in robocode with parameters of type Bullet
BulletHitBulletEvent(Bullet bullet, Bullet hitBullet)
          Called by the game to create a new BulletHitEvent.
BulletHitEvent(String name, double energy, Bullet bullet)
          Called by the game to create a new BulletHitEvent.
BulletMissedEvent(Bullet bullet)
          Called by the game to create a new BulletMissedEvent.
HitByBulletEvent(double bearing, Bullet bullet)
          Called by the game to create a new HitByBulletEvent.