public class UT2004BotConfig extends cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfig implements IUT2004BotConfig
| Constructor and Description |
|---|
UT2004BotConfig() |
UT2004BotConfig(UT2004BotConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004BotConfig |
setBotName(String name)
Name to give the bot within the game.
|
UT2004BotConfig |
setBotSkill(Integer desiredSkill)
Sets desired skill level for the bot (0 ...
|
UT2004BotConfig |
setBotSkin(String skin)
Set desired (custom) bot skin.
|
UT2004BotConfig |
setBotTeam(Integer teamNumber)
Sets team number the bot should play for.
|
UT2004BotConfig |
setPathToBotJar(String pathToBotJar) |
UT2004BotConfig |
setRedirectStdErr(boolean redirectStdErr) |
UT2004BotConfig |
setRedirectStdOut(boolean redirectStdOut) |
String |
toString() |
getBotId, getBotName, getBotSkill, getBotSkin, getBotTeam, getExecDir, getJarFile, getParameters, getPathToBotJar, isBotJarExist, isExecDirExists, isRedirectStdErr, isRedirectStdOut, removeParameter, setBotId, setBotId, setExecDir, setParameter, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBotId, getBotSkill, getBotSkin, getBotTeampublic UT2004BotConfig()
public UT2004BotConfig(UT2004BotConfig value)
value - public UT2004BotConfig setBotName(String name)
setBotName in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigname - public UT2004BotConfig setBotTeam(Integer teamNumber)
setBotTeam in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigteamNumber - public UT2004BotConfig setBotSkill(Integer desiredSkill)
setBotSkill in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigdesiredSkill - public UT2004BotConfig setBotSkin(String skin)
setBotSkin in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigskin - public UT2004BotConfig setPathToBotJar(String pathToBotJar)
setPathToBotJar in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic UT2004BotConfig setRedirectStdErr(boolean redirectStdErr)
setRedirectStdErr in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic UT2004BotConfig setRedirectStdOut(boolean redirectStdOut)
setRedirectStdOut in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic String toString()
toString in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.