We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06c2e17 + eb02881 commit 8490ac5Copy full SHA for 8490ac5
engine/src/main/battlecode/common/RobotController.java
@@ -588,10 +588,10 @@ public interface RobotController {
588
589
/**
590
* Checks whether this robot can turn to the specified direction.
591
- * Effectively just canTurn() with an extra check that d is not null.
+ * Effectively just canTurn() with an extra check that d is not null
592
+ * and not {@link Direction#CENTER}.
593
*
594
* @param d the direction to turn to
- * @throws GameActionException
595
*/
596
boolean canTurn(Direction d);
597
0 commit comments