|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitedMessage | |
|---|---|
| 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 | |
| Uses of InitedMessage in cz.cuni.amis.pogamut.ut2004.bot |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type InitedMessage | |
|---|---|
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. |
| Uses of InitedMessage in cz.cuni.amis.pogamut.ut2004.bot.impl |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type InitedMessage | |
|---|---|
void |
UT2004BotController.botFirstSpawn(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self)
|
void |
UT2004BotController.botInitialized(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init)
|
| Uses of InitedMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
|---|
| Subclasses of InitedMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages | |
|---|---|
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.. |
| Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return InitedMessage | |
|---|---|
InitedMessage |
UT2004CompositeObjectCreator.InitedMessageCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart)
|
| Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type InitedMessage | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||