Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange

Packages that use ConfigChange
cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric   
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
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.gbcommands   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric that return ConfigChange
 ConfigChange AgentConfig.getConfig()
          Retrieves the configuration of the bot inside UT2004.
 

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return ConfigChange
 ConfigChange AgentInfo.getConfig()
          Retrieves the configuration of the bot inside UT2004.
 

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type ConfigChange
 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.
 boolean IUT2004Bot.BoolBotParam.get(ConfigChange conf)
           
 

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.bot.impl
 

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

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type ConfigChange
 void Configuration.copy(ConfigChange confCh)
          Copy configuration from existing info message to this command.
 

Uses of ConfigChange in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Subclasses of ConfigChange in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class ConfigChangeCompositeImpl
          Composite implementation of the CONFCH abstract message.
 class ConfigChangeMessage
          Implementation of the GameBots2004 message CONFCH contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return ConfigChange
 ConfigChange UT2004CompositeObjectCreator.ConfigChangeCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type ConfigChange
ConfigChange.ConfigChangeUpdate(ConfigChange source, long eventTime, ITeamId teamId)
           
ConfigChangeLocalImpl(ConfigChange original)
          Cloning constructor from the full message.
ConfigChangeStaticImpl(ConfigChange original)
          Cloning constructor from the full message.
 



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