public static class RobocupServerCommand.Agent extends RobocupServerCommand
RobocupServerCommand.Agent, RobocupServerCommand.Ball, RobocupServerCommand.BallPosition, RobocupServerCommand.BallVelocity, RobocupServerCommand.DropBall, RobocupServerCommand.Generic, RobocupServerCommand.KickOff, RobocupServerCommand.PlayMode, RobocupServerCommand.Position, RobocupServerCommand.Velocity
Modifier and Type | Field and Description |
---|---|
private RobocupServerCommand.Position |
position |
private String |
team |
private int |
uniformNumber |
private RobocupServerCommand.Velocity |
velocity |
Constructor and Description |
---|
RobocupServerCommand.Agent(Point3D position,
Point3D velocity,
String team,
int uniformNumber) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
getAsBytes
private RobocupServerCommand.Position position
private RobocupServerCommand.Velocity velocity
private String team
private int uniformNumber
public String getCommand()
getCommand
in class RobocupServerCommand