cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Class CTFBotParams
java.lang.Object
cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
cz.cuni.amis.pogamut.ut2004.examples.ctfbot.CTFBotParams
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.agent.params.IAgentParameters, cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters
public class CTFBotParams
- extends UT2004BotParameters
Custom parameters for CTF bots that sets TEAM / SKIN /SKILL LEVEL
- Author:
- Jimmy
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters |
getWorldAddress |
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters |
getAgentId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters |
getAgentId |
CTFBotParams
public CTFBotParams()
getBotSkin
public String getBotSkin()
- This returns the skin of the bot to be used.
- Returns:
setBotSkin
public CTFBotParams setBotSkin(String botSkin)
- Sets the skin to be used for the bot.
- Parameters:
botSkin -
- Returns:
getSkillLevel
public int getSkillLevel()
- This returns the desired skill level of the bot to be used.
- Returns:
setSkillLevel
public CTFBotParams setSkillLevel(int skillLevel)
- Sets desired skill level of the bot.
- Parameters:
skillLevel -
- Returns:
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.