Uses of Class
org.starhope.appius.game.maze.MazeRoom

Packages that use MazeRoom
com.tootsville.game   
org.starhope.appius.game.maze   
 

Uses of MazeRoom in com.tootsville.game
 

Subclasses of MazeRoom in com.tootsville.game
static class CastleDungeon.CastleDungeonRoom
          WRITEME: Document this type.
static class CastleJoustMaze.CastleJoustMazeRoom
          WRITEME: Document this type.
static class LavaMaze.LavaMazeRoom
          WRITEME: Document this type.
 

Methods in com.tootsville.game that return MazeRoom
protected  MazeRoom LavaMaze.spawnRoom(int i)
           
protected  MazeRoom CastleJoustMaze.spawnRoom(int i)
           
protected  MazeRoom CastleDungeon.spawnRoom(int i)
           
 

Uses of MazeRoom in org.starhope.appius.game.maze
 

Methods in org.starhope.appius.game.maze that return MazeRoom
protected abstract  MazeRoom MazeGame.spawnRoom(int i)
          new MazeRoom (getZone (), i); WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game.maze that return types with arguments of type MazeRoom
private  List<MazeRoom> MazeGame.spawnMazeRooms()
          WRITEME: Document this method brpocock@star-hope.org
 

Method parameters in org.starhope.appius.game.maze with type arguments of type MazeRoom
private  void MazeGame.connectMazeRooms(List<MazeRoom> maze)
          WRITEME: Document this method brpocock@star-hope.org
private  void MazeGame.connectSpecialRooms(List<MazeRoom> maze)
          WRITEME: Document this method brpocock@star-hope.org