Uses of Class
amazeproject.Cell

Packages that use Cell
amazeproject   
 

Uses of Cell in amazeproject
 

Methods in amazeproject that return Cell
 Cell Maze.getCell(int x, int y)
          Return given cell
 

Methods in amazeproject with parameters of type Cell
 int Cell.findAdjacentWall(Cell cell)
          Return index of adjacent wall
 void Cell.knockDownWall(Cell cell)
          Destroy wall between this and given cell
 void Maze.trace(Cell currentCell)
          Function following a given path from a currentCell It uses routingMap to select a proper way and the shortest path