Uses of Class
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig

Packages that use UT2004DeathMatchTournamentConfig
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch   
 

Uses of UT2004DeathMatchTournamentConfig in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return UT2004DeathMatchTournamentConfig
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.addBot(UT2004BotConfig... bots)
          Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.addNativeBot(UT2004NativeBotConfig... bots)
          Adds NEW native bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.clearBots()
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.clearNativeBots()
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setBot(UT2004BotConfig... bots)
          Sets bot configuration into the object, does not checks whether there is BotId clash.
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setFragLimit(int fragLimit)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setMapName(String mapName)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setNativeBot(UT2004NativeBotConfig... bots)
          Sets native bot configuration into the object, does not checks whether there is BotId clash.
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setOutputDir(String outputDir)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setTimeLimitInMinutes(int timeLimitInMinutes)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setTournamentId(cz.cuni.amis.utils.token.IToken id)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setTournamentId(String id)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setUnrealHome(String unrealHome)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004DeathMatchTournamentConfig
UT2004DeathMatchTournament(UT2004DeathMatchTournamentConfig config, cz.cuni.amis.pogamut.base.utils.logging.LogCategory log)
           
 



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