Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
robocode.Event
robocode.BulletMissedEvent
public final class BulletMissedEvent
extends Event
onBulletMissed
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