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

Packages that use GameInfo
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   
cz.cuni.amis.pogamut.udk.server.impl   
 

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

Methods in cz.cuni.amis.pogamut.udk.bot with parameters of type GameInfo
 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 GameInfo in cz.cuni.amis.pogamut.udk.bot.impl
 

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

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

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

Uses of GameInfo in cz.cuni.amis.pogamut.udk.server.impl
 

Methods in cz.cuni.amis.pogamut.udk.server.impl that return GameInfo
 GameInfo AbstractUDKServer.getGameInfo()
           
 



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