|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodules.EmptyModule
modules.GunModule
Module for gun management
Field Summary | |
static int |
ATTACK_ALL_MODE
Attack all mode costant |
static int |
ATTACK_BOT_MODE
Attack bot mode costant |
Fields inherited from class modules.EmptyModule |
DO_NOTHING |
Constructor Summary | |
GunModule(TemplateBot owner,
BotInfoMap bots)
|
Method Summary | |
void |
move()
Action to execute during robot turn |
Methods inherited from class modules.EmptyModule |
getState, getTarget, onBulletHit, onBulletHitBullet, onBulletMissed, onCustomEvent, onDeath, onHitByBullet, onHitRobot, onHitWall, onMessageReceived, onRobotDeath, onScannedRobot, onSkippedTurn, onWin, setState, setTarget, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ATTACK_BOT_MODE
public static final int ATTACK_ALL_MODE
Constructor Detail |
public GunModule(TemplateBot owner, BotInfoMap bots)
owner
- bots
- Method Detail |
public void move()
EmptyModule
move
in class EmptyModule
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |