| Modifier and Type | Class and Description |
|---|---|
class |
UT2004CaptureTheFlagConfig |
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots) |
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setNativeBot(UT2004NativeBotConfig... bots) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004DeathMatchConfig |
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004DeathMatchConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004Match<CONFIG extends UT2004MatchConfig,RESULT extends UT2004MatchResult>
This class serves as a gateway for creating various matches using custom bots.
|
| Modifier and Type | Field and Description |
|---|---|
protected CONFIG |
UT2004Match.config
Configuration of the match, it contains all information that is needed to start the match.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.addBot(UT2004BotConfig... bots)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004MatchConfig |
UT2004MatchConfig.addHuman(UT2004HumanConfig... humans)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004MatchConfig |
UT2004MatchConfig.addNativeBot(UT2004NativeBotConfig... bots)
Adds NEW native bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004MatchConfig |
UT2004MatchConfig.clearBots() |
UT2004MatchConfig |
UT2004MatchConfig.clearHumans() |
UT2004MatchConfig |
UT2004MatchConfig.clearNativeBots() |
UT2004MatchConfig |
UT2004MatchConfig.setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004MatchConfig |
UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
UT2004MatchConfig |
UT2004MatchConfig.setGb2004Ini(GameBots2004Ini gb2004Ini)
No need to call, preinitialized automatically.
|
UT2004MatchConfig |
UT2004MatchConfig.setHuman(UT2004HumanConfig... humans)
Sets human configuration into the object, does not checks whether there is BotId clash.
|
UT2004MatchConfig |
UT2004MatchConfig.setHumanLikeLogEnabled(boolean humanLikeLog) |
UT2004MatchConfig |
UT2004MatchConfig.setNativeBot(UT2004NativeBotConfig... bots)
Sets native bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004MatchConfig |
UT2004MatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
UT2004MatchConfig |
UT2004MatchConfig.setOutputDirectory(File outputDirectory) |
UT2004MatchConfig |
UT2004MatchConfig.setUccConf(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapperConf uccConf) |
| Constructor and Description |
|---|
UT2004MatchConfig(UT2004MatchConfig orig)
Copy-constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004TeamDeathMatchConfig |
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004TeamDeathMatchConfig.setBot(UT2004BotConfig... bots) |
UT2004MatchConfig |
UT2004TeamDeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.