Uses of Class
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.InitedMessage

Packages that use InitedMessage
cz.cuni.amis.pogamut.udk.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.udk.bot.impl   
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages   
 

Uses of InitedMessage in cz.cuni.amis.pogamut.udk.bot
 

Methods in cz.cuni.amis.pogamut.udk.bot with parameters of type InitedMessage
 void IUDKBotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
          This method is called whenever InitedMessage is received.
 void IUDKBotController.botSpawned(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.
 

Uses of InitedMessage in cz.cuni.amis.pogamut.udk.bot.impl
 

Methods in cz.cuni.amis.pogamut.udk.bot.impl with parameters of type InitedMessage
 void UDKBotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
           
 void UDKBotController.botSpawned(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init, Self self)
           
 

Uses of InitedMessage in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages
 

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages with parameters of type InitedMessage
InitedMessage(InitedMessage original)
          Cloning constructor.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.