Uses of Class
org.almacha.achamaze.PlayerCannotMoveException

Uses of PlayerCannotMoveException in org.almacha.achamaze
 

Methods in org.almacha.achamaze that throw PlayerCannotMoveException
 void MazeSolvingAlgorithm.move()
          This method calls decide() to decide in which direction to go.
 void PlayerStateForMazeAlgo.move(Direction direction)
           
 void Player.move(Direction direction)
          Move in the requested direction.