public class UT2004BotParameters extends UT2004AgentParameters
| Constructor and Description |
|---|
UT2004BotParameters()
If you need to populate the parameters after instantiation, use setters available in this
class:
setAgentId(IAgentId), setWorldAddress(IWorldConnectionAddress), UT2004BotParameters#setTeam(int). |
| Modifier and Type | Method and Description |
|---|---|
void |
assignDefaults(IAgentParameters defaults) |
Location |
getInitialLocation() |
Rotation |
getInitialRotation() |
Integer |
getTeam()
Preferred team.
|
UT2004BotParameters |
setAgentId(IAgentId agentId) |
UT2004BotParameters |
setInitialLocation(Location location) |
UT2004BotParameters |
setInitialRotation(Rotation rotation) |
UT2004BotParameters |
setTeam(Integer team)
Preferred team.
|
UT2004BotParameters |
setWorldAddress(IWorldConnectionAddress address) |
getWorldAddressgetAgentIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAgentIdpublic UT2004BotParameters()
setAgentId(IAgentId), setWorldAddress(IWorldConnectionAddress), UT2004BotParameters#setTeam(int).public UT2004BotParameters setAgentId(IAgentId agentId)
setAgentId in class UT2004AgentParameterspublic UT2004BotParameters setWorldAddress(IWorldConnectionAddress address)
setWorldAddress in class UT2004AgentParameterspublic Integer getTeam()
public UT2004BotParameters setTeam(Integer team)
team - public UT2004BotParameters setInitialLocation(Location location)
public Location getInitialLocation()
public UT2004BotParameters setInitialRotation(Rotation rotation)
public Rotation getInitialRotation()
public void assignDefaults(IAgentParameters defaults)
assignDefaults in interface IAgentParametersassignDefaults in class RemoteAgentParametersCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.