public class USAR2004TestBot extends USAR2004BotController
bot, log, user, USER_LOG_CATEGORY_ID| Constructor and Description |
|---|
USAR2004TestBot() |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeController(USAR2004Bot bot)
Called during the construction of the
UT2004Bot before the GameBots2004 greets the bot even before
IUT2004BotController#prepareBot(UT2004Bot) method. |
void |
logic() |
static void |
main(String[] args) |
void |
prepareBot(USAR2004Bot bot)
Initialization of listeners.
|
void |
RangesReady(ArrayList<Double> Ranges) |
getAct, getLog, getWorldView, robotInitializedpublic void initializeController(USAR2004Bot bot)
IUSAR2004BotControllerUT2004Bot before the GameBots2004 greets the bot even before
IUT2004BotController#prepareBot(UT2004Bot) method.
NOTE: This is Pogamut's developers reserved method - do not override it and if you do, always use 'super' to call parent's initializeController.
initializeController in interface IUSAR2004BotControllerinitializeController in class USAR2004BotControllerpublic void prepareBot(USAR2004Bot bot)
prepareBot in interface IUSAR2004BotControllerprepareBot in class USAR2004BotControllerbot - Necessary parameter for hooking listeners and for sending
commandspublic static void main(String[] args)
public void logic()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.