Uses of Class
alice.kareltherobot.UrRobot

Packages that use UrRobot
alice.kareltherobot   
 

Uses of UrRobot in alice.kareltherobot
 

Subclasses of UrRobot in alice.kareltherobot
 class Robot
          The Robot subclass of UrRobot can also sense its world.
 

Methods in alice.kareltherobot that return UrRobot
 UrRobot KarelWorld.addRobot(UrRobot karel)
          Add a robot to this world (usually invoked in setTheStage) and give the robot a speed equal to the current default speed of this world.
 

Methods in alice.kareltherobot with parameters of type UrRobot
 UrRobot KarelWorld.addRobot(UrRobot karel)
          Add a robot to this world (usually invoked in setTheStage) and give the robot a speed equal to the current default speed of this world.