|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
public class UT2004NativeBotConfig
Describes configuratioin of UT2004 native bot.
| Constructor Summary | |
|---|---|
UT2004NativeBotConfig()
|
|
UT2004NativeBotConfig(UT2004NativeBotConfig value)
Copy-constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UT2004NativeBotConfig()
public UT2004NativeBotConfig(UT2004NativeBotConfig value)
value - | Method Detail |
|---|
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()
IUT2004BotConfig
getBotTeam in interface IUT2004BotConfigpublic UT2004NativeBotConfig setTeamNumber(int teamNumber)
teamNumber -
public Integer getBotSkill()
getBotSkill in interface IUT2004BotConfigpublic UT2004NativeBotConfig setDesiredSkill(int skillLevel)
skillLevel -
public String getBotSkin()
IUT2004BotConfig
getBotSkin in interface IUT2004BotConfigpublic String getBotClass()
public void setBotClass(String botClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||