Class Robot
java.lang.Object
blockly_robot.robot.logic.robot.RobotWrapper
blockly_robot.jwinf.en.tasks.loops_excercises.collecting_gems.Robot
https://jwinf.de/task/1139
-
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
-
turnLeft
public void turnLeft()drehe nach links -
turnRight
public void turnRight()drehe nach rechts -
forward
public void forward()gehe vorwärts
-