nl.tudelft.goal.ut2004.visualizer.connection
Class AddBotCommand
java.lang.Object
nl.tudelft.goal.ut2004.visualizer.connection.AddBotCommand
- All Implemented Interfaces:
- Serializable
public final class AddBotCommand
- extends Object
- implements Serializable
Command to add bots to the game. Supports the relevant options from
AddBotCommand
. AddBotCommand is not used directly because it is not
serializable.
- Author:
- mpkorstanje
- See Also:
- Serialized Form
AddBotCommand
public AddBotCommand()
getBotName
public String getBotName()
setBotName
public void setBotName(String botName)
getLogLevel
public Level getLogLevel()
setLogLevel
public void setLogLevel(Level logLevel)
getShouldLeadTarget
public Boolean getShouldLeadTarget()
setShouldLeadTarget
public void setShouldLeadTarget(Boolean shouldLeadTarget)
getRotation
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()
setRotation
public void setRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)
getLocation
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
setLocation
public void setLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
getSkill
public Integer getSkill()
setSkill
public void setSkill(Integer skill)
getSkin
public nl.tudelft.goal.ut2004.util.Skin getSkin()
setSkin
public void setSkin(nl.tudelft.goal.ut2004.util.Skin skin)
getTeam
public nl.tudelft.goal.ut2004.util.Team getTeam()
setTeam
public void setTeam(nl.tudelft.goal.ut2004.util.Team team)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.