A C D E F G H I L M N O P R S V W

C

canMove(int, int, Direction) - Method in class org.almacha.achamaze.Maze
Tells whether it is possible to move in direction d from cell (i, j).
canMove(Direction) - Method in class org.almacha.achamaze.Player
Tells whether the player can move in direction d.
canMove(Direction) - Method in class org.almacha.achamaze.PlayerStateForMazeAlgo
 
Cell - Class in org.almacha.achamaze
 
Cell() - Constructor for class org.almacha.achamaze.Cell
 
CellDoesNotExistException - Exception in org.almacha.achamaze
An exception raised when a reference is made to a cell that does not exist.
CellDoesNotExistException() - Constructor for exception org.almacha.achamaze.CellDoesNotExistException
 
CellDoesNotExistException(String) - Constructor for exception org.almacha.achamaze.CellDoesNotExistException
 
cellExists(int, int) - Method in class org.almacha.achamaze.Maze
Returns whether the cell (i,j) exists in the maze.
checkCellExists(int, int) - Method in class org.almacha.achamaze.Maze
Raises a CellDoesNotExistException if and only if cellExists(i, j) is false.
checkIsInMaze() - Method in class org.almacha.achamaze.Player
Throws PlayerNotInMazeException if player is not in maze.

A C D E F G H I L M N O P R S V W