|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrobocode.Event
robocode.BulletMissedEvent
public class BulletMissedEvent
This event is sent to onBulletMissed
when one of your bullets has missed, i.e. when the bullet has
reached the border of the battlefield.
Constructor Summary | |
---|---|
BulletMissedEvent(Bullet bullet)
Called by the game to create a new BulletMissedEvent. |
Method Summary | |
---|---|
Bullet |
getBullet()
Returns the bullet that missed. |
Methods inherited from class robocode.Event |
---|
compareTo, getPriority, getTime, setPriority, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BulletMissedEvent(Bullet bullet)
Method Detail |
---|
public Bullet getBullet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |