Uses of Class
test.android.worldofzuul.Room

Packages that use Room
test.android.worldofzuul   
 

Uses of Room in test.android.worldofzuul
 

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

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