Uses of Class
test.dotychase.Room

Packages that use Room
test.dotychase   
 

Uses of Room in test.dotychase
 

Methods in test.dotychase that return Room
 Room Room.getExit(java.lang.String direction)
          Get the room a direction exits to.
 

Methods in test.dotychase with parameters of type Room
 void Room.setExit(java.lang.String direction, Room room)
          Create an exit to a room