B E G H M 

B

buildCyclicMaze() - Static method in class MazeRoom
Returns a MazeRoom that serves as the entrance to a pre-built maze with a cycle (i.e., loop).
buildMaze() - Static method in class MazeRoom
Returns a MazeRoom that serves as the entrance to a pre-built maze.

E

equals(Object) - Method in class MazeRoom
 

G

getName() - Method in class MazeRoom
Returns the name associated with this room.
goEast() - Method in class MazeRoom
Returns the MazeRoom that is east of this one.
goNorth() - Method in class MazeRoom
Returns the MazeRoom that is north of this one.
goSouth() - Method in class MazeRoom
Returns the MazeRoom that is south of this one.
goWest() - Method in class MazeRoom
Returns the MazeRoom that is west of this one.

H

hashCode() - Method in class MazeRoom
 

M

MazeRoom - Class in <Unnamed>
This class encapsulates a room in a maze with doors to the north, east, south, and west.
B E G H M