public class UT2004NativeBotConfig extends Object implements IUT2004BotConfig
| Constructor and Description |
|---|
UT2004NativeBotConfig() |
UT2004NativeBotConfig(UT2004NativeBotConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.utils.token.IToken |
getBotId()
Returns ID of this bot configuration.
|
int |
getSkillLevel()
Skill level of the native bot.
|
int |
getTeamNumber()
Returns team of the bot.
|
UT2004NativeBotConfig |
setBotId(cz.cuni.amis.utils.token.IToken botId)
Sets ID of this bot configuration.
|
UT2004NativeBotConfig |
setBotId(String botId)
Sets ID of this bot configuration.
|
UT2004NativeBotConfig |
setSkillLevel(int skillLevel)
Sets desired skill level that the bot should have.
|
UT2004NativeBotConfig |
setTeamNumber(int teamNumber)
Sets team number of the team the bot should join.
|
public UT2004NativeBotConfig()
public UT2004NativeBotConfig(UT2004NativeBotConfig value)
value - public cz.cuni.amis.utils.token.IToken getBotId()
IUT2004BotConfigDOES NOT MEAN THAT THE EXECUTED BOT WILL HAVE THIS ID IN UT2004!
getBotId in interface IUT2004BotConfigpublic UT2004NativeBotConfig setBotId(cz.cuni.amis.utils.token.IToken botId)
DOES NOT MEAN THAT THE EXECUTED BOT WILL HAVE THIS ID IN UT2004!
botId - public UT2004NativeBotConfig setBotId(String botId)
DOES NOT MEAN THAT THE EXECUTED BOT WILL HAVE THIS ID IN UT2004!
botId - public int getTeamNumber()
IUT2004BotConfiggetTeamNumber in interface IUT2004BotConfigpublic UT2004NativeBotConfig setTeamNumber(int teamNumber)
teamNumber - public int getSkillLevel()
public UT2004NativeBotConfig setSkillLevel(int skillLevel)
skillLevel - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.