Uses of Class
student.adventure.Player

Uses of Player in student.adventure
 

Methods in student.adventure that return Player
 Player Game.player()
          Access this game's player.
 

Methods in student.adventure with parameters of type Player
 boolean QuitCommand.execute(Player player)
          "Quit" was entered.
 boolean HelpCommand.execute(Player player)
          Print out some help information.
 boolean GoCommand.execute(Player player)
          Try to go to one direction.
abstract  boolean Command.execute(Player player)
          Execute this command.
 

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