cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Class CTFBotParams

Package class diagram package CTFBotParams
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
      extended by cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
          extended by cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
              extended by cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
                  extended by 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

Constructor Summary
CTFBotParams()
           
 
Method Summary
 String getBotSkin()
          This returns the skin of the bot to be used.
 int getSkillLevel()
          This returns the desired skill level of the bot to be used.
 CTFBotParams setBotSkin(String botSkin)
          Sets the skin to be used for the bot.
 CTFBotParams setSkillLevel(int skillLevel)
          Sets desired skill level of the bot.
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
assignDefaults, getInitialLocation, getInitialRotation, getTeam, setAgentId, setInitialLocation, setInitialRotation, setTeam, setWorldAddress
 
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
 

Constructor Detail

CTFBotParams

public CTFBotParams()
Method Detail

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.