class Dungeon { public LinkedList rooms = new LinkedList(); public String currentRoom = ""; public Room getRoom(String id) { for (int i=0; i