public class UT2004NativeBotConfig extends Object implements IUT2004BotConfig
| Constructor and Description |
|---|
UT2004NativeBotConfig() |
UT2004NativeBotConfig(UT2004NativeBotConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBotClass() |
cz.cuni.amis.utils.token.IToken |
getBotId()
Returns ID of this bot configuration.
|
Integer |
getBotSkill()
Skill level of the native bot.
|
String |
getBotSkin()
Returns required skin for the bot (or null if not set).
|
Integer |
getBotTeam()
Returns team of the bot (or null if not set).
|
void |
setBotClass(String botClass)
not used right now
|
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 |
setDesiredSkill(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 Integer getBotTeam()
IUT2004BotConfiggetBotTeam in interface IUT2004BotConfigpublic UT2004NativeBotConfig setTeamNumber(int teamNumber)
teamNumber - public Integer getBotSkill()
getBotSkill in interface IUT2004BotConfigpublic UT2004NativeBotConfig setDesiredSkill(int skillLevel)
skillLevel - public String getBotSkin()
IUT2004BotConfiggetBotSkin in interface IUT2004BotConfigpublic String getBotClass()
public void setBotClass(String botClass)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.