Uses of Class
student.adventure.Parser

Uses of Parser in student.adventure
 

Methods in student.adventure that return Parser
 Parser Game.parser()
          Access this game's parser.
 

Constructors in student.adventure with parameters of type Parser
Game(Player player, Parser parser)
          Create the game and initialize its internal map.