Uses of Class
org.almacha.achamaze.PlayerNotInMazeException

Uses of PlayerNotInMazeException in org.almacha.achamaze
 

Methods in org.almacha.achamaze that throw PlayerNotInMazeException
 void Player.checkIsInMaze()
          Throws PlayerNotInMazeException if player is not in maze.
 int Player.getPositionColumn()
          Returns the current position of the player.
 int Player.getPositionLine()
          Returns the current position of the player.