|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodules.EmptyModule
modules.states.TemplateStateModule
modules.states.TalkativeStateManager
Field Summary |
Fields inherited from class modules.states.TemplateStateModule |
ATTACK_ALL, ATTACK_BOT, DEFAULT_MODE, DEFEND_BOT |
Fields inherited from class modules.EmptyModule |
DO_NOTHING |
Constructor Summary | |
TalkativeStateManager(TemplateBot owner,
BotInfoMap bots)
Default constructor for TalkativeStateManager |
Method Summary | |
void |
move()
Action to execute during robot turn |
void |
setRequest(java.lang.String request)
|
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 |
Constructor Detail |
public TalkativeStateManager(TemplateBot owner, BotInfoMap bots)
owner
- Bot which owns this modulebots
- BotInfoMap which has all information recorded by botMethod Detail |
public void setRequest(java.lang.String request)
request
- The request to set.public void move()
EmptyModule
move
in class TemplateStateModule
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |