Uses of Class
Player

Packages that use Player
<default> 

Uses of Player in
 

Classes in that implement Player
class BasicPlayer
          
class EditorPlayer
          This class is just used by the editor to help it interact with the MainDisplay
class.
 

Methods in that return Player
static PlayerGameSetup.getLocalPlayer()
          Returns the instance of your Player subclass that should be used in this game.
 

Methods in with parameters of type Player
voidMainDisplay.draw(Player player)
          Draw the display assuming the player passed in.