| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.bot |
Abstract classes used for creating concrete bots.
|
| cz.cuni.amis.pogamut.ut2004.bot.impl | |
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
| Modifier and Type | Method and Description |
|---|---|
void |
IUT2004BotController.botFirstSpawn(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self)
This method is called only once whenever first batch of information what the bot can see is received.
|
void |
IUT2004BotController.botInitialized(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init)
This method is called whenever
InitedMessage is received. |
| Modifier and Type | Method and Description |
|---|---|
void |
UT2004BotController.botFirstSpawn(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self) |
void |
UT2004BotController.botInitialized(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init) |
| Modifier and Type | Class and Description |
|---|---|
class |
InitedMessageCompositeImpl
Composite implementation of the INITED abstract message.
|
class |
InitedMessageMessage
Implementation of the GameBots2004 message INITED contains also its Local/Shared/Static subpart class definitions..
|
| Modifier and Type | Method and Description |
|---|---|
InitedMessage |
UT2004CompositeObjectCreator.InitedMessageCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart) |
| Constructor and Description |
|---|
InitedMessage.InitedMessageUpdate(InitedMessage source,
long eventTime,
ITeamId teamId) |
InitedMessageLocalImpl(InitedMessage original)
Cloning constructor from the full message.
|
InitedMessageStaticImpl(InitedMessage original)
Cloning constructor from the full message.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.