| Constructor | Description |
|---|---|
MoveCompleteCondition(AdvancedRobot robot) |
Creates a new MoveCompleteCondition with default priority.
|
MoveCompleteCondition(AdvancedRobot robot,
int priority) |
Creates a new MoveCompleteCondition with the specified priority.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanup() |
Called by the system in order to clean up references to internal objects.
|
boolean |
test() |
Tests if the robot has stopped moving.
|
getName, getPriority, setName, setPrioritypublic MoveCompleteCondition(AdvancedRobot robot)
robot - your robot, which must be a AdvancedRobotpublic MoveCompleteCondition(AdvancedRobot robot, int priority)
robot - your robot, which must be a AdvancedRobotpriority - the priority of this conditionCondition.setPriority(int)Copyright © 2018. All rights reserved.