Uses of Class
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.HSGameConfig

Packages that use HSGameConfig
cz.cuni.amis.pogamut.ut2004.hideandseek.bot   
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages   
cz.cuni.amis.pogamut.ut2004.hideandseek.server   
cz.cuni.amis.pogamut.ut2004.hideandseek.tournament   
 

Uses of HSGameConfig in cz.cuni.amis.pogamut.ut2004.hideandseek.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.bot that return HSGameConfig
 HSGameConfig HSBotModule.getGameConfig()
          Current game config - DO NOT SET ANYTHING! Only for reading.
 

Uses of HSGameConfig in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages
 

Constructors in cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages with parameters of type HSGameConfig
HSGameStart(HSGameConfig config)
           
 

Uses of HSGameConfig in cz.cuni.amis.pogamut.ut2004.hideandseek.server
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.server with parameters of type HSGameConfig
 void UT2004HSServer.startGame(HSGameConfig config)
           
 

Uses of HSGameConfig in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament
 

Fields in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament declared as HSGameConfig
protected  HSGameConfig UT2004HideAndSeekConfig.hsConfig
           
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament that return HSGameConfig
 HSGameConfig UT2004HideAndSeekConfig.getHsConfig()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.hideandseek.tournament with parameters of type HSGameConfig
 void UT2004HideAndSeekConfig.setHsConfig(HSGameConfig hsConfig)
           
 



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