| Package | Description |
|---|---|
| cube | |
| robot |
| Modifier and Type | Field and Description |
|---|---|
FlipMethod |
Action.flips |
| Modifier and Type | Method and Description |
|---|---|
private void |
Cube.changePosition(FlipMethod cubeFlips,
Direction direction,
Orientation orientation)
Move the face from its current orientation to the bottom (to be the DOWN face).
|
| Constructor and Description |
|---|
Action(FlipMethod flips,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static FlipMethod |
FlipMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlipMethod[] |
FlipMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
Robot.Arm.flip(FlipMethod method)
Flip the cube
|
static void |
Robot.flipCube(FlipMethod method)
Flip the cube
|