cz.cuni.amis.pogamut.udk.bot.impl
Class UDKBotLogicController<BOT extends UDKBot>
java.lang.Object
cz.cuni.amis.pogamut.udk.bot.impl.UDKBotController<BOT>
cz.cuni.amis.pogamut.udk.bot.impl.UDKBotLogicController<BOT>
- All Implemented Interfaces:
- IAgentLogic<LogicModule>, IUDKBotController<BOT>, IUDKBotLogicController<BOT,LogicModule>
- Direct Known Subclasses:
- UDKBotModuleController
public class UDKBotLogicController<BOT extends UDKBot>
- extends UDKBotController<BOT>
- implements IUDKBotLogicController<BOT,LogicModule>
Methods inherited from class cz.cuni.amis.pogamut.udk.bot.impl.UDKBotController |
botInitialized, botKilled, botShutdown, botSpawned, getAct, getBot, getInitializeCommand, getLog, getPassword, getWorldView, prepareBot |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logicModule
protected SyncUDKBotLogic logicModule
UDKBotLogicController
public UDKBotLogicController()
initializeController
public void initializeController(BOT bot)
- Description copied from interface:
IUDKBotController
- Called during the construction of the
UDKBot
before the GameBots2004 greets the bot even before
IUDKBotController.prepareBot(UDKBot)
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.
- Specified by:
initializeController
in interface IUDKBotController<BOT extends UDKBot>
- Overrides:
initializeController
in class UDKBotController<BOT extends UDKBot>
getLogicInitializeTime
public long getLogicInitializeTime()
- Specified by:
getLogicInitializeTime
in interface IAgentLogic<LogicModule>
getLogicShutdownTime
public long getLogicShutdownTime()
- Specified by:
getLogicShutdownTime
in interface IAgentLogic<LogicModule>
beforeFirstLogic
public void beforeFirstLogic()
- Specified by:
beforeFirstLogic
in interface IAgentLogic<LogicModule>
logic
public void logic()
- Specified by:
logic
in interface IAgentLogic<LogicModule>
logicInitialize
public void logicInitialize(LogicModule logicModule)
- Specified by:
logicInitialize
in interface IAgentLogic<LogicModule>
logicShutdown
public void logicShutdown()
- Specified by:
logicShutdown
in interface IAgentLogic<LogicModule>
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.