|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with parameters of type UT2004BotConfig | |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.addBot(UT2004BotConfig... bots)
|
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots)
|
| Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with type arguments of type UT2004BotConfig | |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
|
| Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type parameters of type UT2004BotConfig | |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.bots
Custom (Pogamut) bots in the tournament. |
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return types with arguments of type UT2004BotConfig | |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.getBots()
Map with custom (Pogamut) bots that are enlisted to the tournament. |
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004BotConfig | |
|---|---|
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)
|
| Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type arguments of type UT2004BotConfig | |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
|
| Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.match |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.tournament.match with type parameters of type UT2004BotConfig | |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.bots
|
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004BotConfig | |
|---|---|
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)
|
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return types with arguments of type UT2004BotConfig | |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.getBots()
|
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004BotConfig | |
|---|---|
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. |
| Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.match with type arguments of type UT2004BotConfig | |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
|
| Constructors in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004BotConfig | |
|---|---|
UT2004BotConfig(UT2004BotConfig value)
Copy-constructor. |
|
| Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch with parameters of type UT2004BotConfig | |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.addBot(UT2004BotConfig... bots)
|
UT2004MatchConfig |
UT2004TeamDeathMatchConfig.setBot(UT2004BotConfig... bots)
|
| Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch with type arguments of type UT2004BotConfig | |
|---|---|
UT2004TeamDeathMatchConfig |
UT2004TeamDeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||