| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.addNativeBot(UT2004NativeBotConfig... bots) |
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setNativeBot(UT2004NativeBotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> |
UT2004DeathMatchTournamentConfig.nativeBots
Native bots in the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> |
UT2004DeathMatchTournamentConfig.getNativeBots()
Map with native UT2004 bots that are enlisted to the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots) |
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setNativeBot(UT2004NativeBotConfig... bots)
Sets native bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> |
UT2004MatchConfig.nativeBots |
| Modifier and Type | Method and Description |
|---|---|
UT2004NativeBotConfig |
UT2004NativeBotConfig.setBotId(cz.cuni.amis.utils.token.IToken botId)
Sets ID of this bot configuration.
|
UT2004NativeBotConfig |
UT2004NativeBotConfig.setBotId(String botId)
Sets ID of this bot configuration.
|
UT2004NativeBotConfig |
UT2004NativeBotConfig.setDesiredSkill(int skillLevel)
Sets desired skill level that the bot should have.
|
UT2004NativeBotConfig |
UT2004NativeBotConfig.setTeamNumber(int teamNumber)
Sets team number of the team the bot should join.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> |
UT2004MatchConfig.getNativeBots() |
| Modifier and Type | Method and Description |
|---|---|
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.setNativeBot(UT2004NativeBotConfig... bots)
Sets native bot configuration into the object, does not checks whether there is BotId clash.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
| Constructor and Description |
|---|
UT2004NativeBotConfig(UT2004NativeBotConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots) |
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.