| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectrobocode.Eventrobocode.BulletMissedEventpublic final class BulletMissedEventextends EventonBulletMissed when one of your bullets has missed, i.e. when the bullet has
reached the border of the battlefield.
Constructor Summary | |
| |
Methods inherited from class robocode.Event | |
compareTo, getPriority, getTime | |
public BulletMissedEvent(Bullet bullet)
Called by the game to create a newBulletMissedEvent.
- Parameters:
bullet- the bullet that missed