| Package | Description |
|---|---|
| s3games.robot |
| Modifier and Type | Method and Description |
|---|---|
static RobotCmd.Command |
RobotCmd.Command.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RobotCmd.Command[] |
RobotCmd.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RobotCmd(RobotCmd.Command type)
construct a new command of the requested type - without arguments
|
RobotCmd(RobotCmd.Command type,
double[] angles)
construct a new command of the requested type - with arguments
|