| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.addBot(UT2004BotConfig... bots) |
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.bots
Custom (Pogamut) bots in the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.getBots()
Map with custom (Pogamut) bots that are enlisted to the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.addBot(UT2004BotConfig... bots)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.addBot(UT2004BotConfig... bots) |
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004MatchConfig |
UT2004DeathMatchConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.bots |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotConfig |
UT2004BotConfig.setBotName(String name)
Name to give the bot within the game.
|
UT2004BotConfig |
UT2004BotConfig.setBotSkill(Integer desiredSkill)
Sets desired skill level for the bot (0 ...
|
UT2004BotConfig |
UT2004BotConfig.setBotSkin(String skin)
Set desired (custom) bot skin.
|
UT2004BotConfig |
UT2004BotConfig.setBotTeam(Integer teamNumber)
Sets team number the bot should play for.
|
UT2004BotConfig |
UT2004BotConfig.setPathToBotJar(String pathToBotJar) |
UT2004BotConfig |
UT2004BotConfig.setRedirectStdErr(boolean redirectStdErr) |
UT2004BotConfig |
UT2004BotConfig.setRedirectStdOut(boolean redirectStdOut) |
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.getBots() |
| 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.setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Constructor and Description |
|---|
UT2004BotConfig(UT2004BotConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UT2004BotConfig |
Main.gladiatorBot(int number,
int skillLevel) |
static UT2004BotConfig |
Main.gladiatorBot(int number,
int skillLevel,
int team) |
static UT2004BotConfig |
Main.holBot(int number,
int skillLevel) |
static UT2004BotConfig |
Main.holBot(int number,
int skillLevel,
int team) |
| Modifier and Type | Method and Description |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.addBot(UT2004BotConfig... bots) |
UT2004MatchConfig |
UT2004TeamDeathMatchConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.