Class Robot
java.lang.Object
blockly_robot.robot.logic.robot.RobotWrapper
blockly_robot.jwinf.en.tasks.conditionals_excercises.find_the_destination.Robot
https://jwinf.de/task/1157
-
Field Summary
Fields inherited from class blockly_robot.robot.logic.robot.RobotWrapper
actor -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Robot
public Robot()
-
-
Method Details
-
forward
public void forward()gehe vorwärts -
turnRight
public void turnRight()drehe nach rechts -
turnLeft
public void turnLeft()drehe nach links -
obstacleInFront
public boolean obstacleInFront()vor Hindernis -
reachedRedFlag
public boolean reachedRedFlag()Flagge erobert
-