Uses of Class
gameobjects.characters.Player

Packages that use Player
gameaction   
gameobjects.item   
location   
speech   
 

Uses of Player in gameaction
 

Constructors in gameaction with parameters of type Player
Pick(Player player, Item item)
          A game action that represents picking an item in the game location
 

Uses of Player in gameobjects.item
 

Methods in gameobjects.item with parameters of type Player
 boolean Item.isInPickingRange(Player player)
          Determines whether the item is within picking range of the player character
 

Uses of Player in location
 

Methods in location that return Player
 Player GameLocation.getPlayer()
          Returns the player object in the game location
 

Methods in location with parameters of type Player
 void GameLocation.addPlayer(Player player)
          Adds the player character to the game location
 

Uses of Player in speech
 

Constructors in speech with parameters of type Player
Dialog(Player player, java.lang.String name)
           
QuestionSelectionArea(Player player, com.golden.gamedev.engine.BaseInput bsInput)
          The dialog of that the questions shall be displayed in the question selection area