public class RobotSetup extends Object implements Serializable
| Constructor and Description |
|---|
RobotSetup(Double x,
Double y,
Double heading)
Constructs a new RobotSetup.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeading()
Returns the body, gun, and radar heading (in degrees).
|
Double |
getX()
Returns the x coordinate.
|
Double |
getY()
Returns the y coordinate.
|
public Double getX()
null means unspecified (random).public Double getY()
null means unspecified (random).public Double getHeading()
null means unspecified (random).Copyright © 2021 Robocode. All Rights Reserved.