A B C D E F G H I K M N O P Q R S T U W X Y Z

S

saveWorld(String) - Method in class alice.kareltherobot.KarelWorld
Save a world to a file in the current directory.
saveWorld(String, String) - Method in class alice.kareltherobot.KarelWorld
Save the world in a file in the given directory path.
say(String) - Method in class alice.kareltherobot.KarelWorld
Ask the ground image to say something
setSpeed(double) - Method in class alice.kareltherobot.KarelWorld
Set the default speed of robots created in this world.
setSpeed(double) - Method in class alice.kareltherobot.UrRobot
Set the speed with which this robot operates.
setTheStage() - Method in class alice.kareltherobot.KarelWorld
Override this to set up your robots, walls, and beepers for the task to be executed by the run command
setTracing(boolean) - Method in class alice.kareltherobot.UrRobot
Turn tracing on or off.
setTracing(boolean) - Method in class alice.kareltherobot.WorldBuilder
Set the world builder to trace its actions to System.out or not.
show2DScene(int, int, int, int) - Method in class alice.kareltherobot.KarelWorld
Show a static but saveable window with the current world components (walls, beepers, and robots) It is useful for printing a visual representation (map) of the world.
SOUTH - Static variable in class alice.kareltherobot.Direction
The south direction in the robot world.
street() - Method in class alice.kareltherobot.Beeper
Gets the street location of the center of this beeper.
street() - Method in class alice.kareltherobot.Wall
The street closest to this wall on the south

A B C D E F G H I K M N O P Q R S T U W X Y Z