Uses of Class
PlayerProfile

Uses of PlayerProfile in <Unnamed>
 

Methods in <Unnamed> that return PlayerProfile
 PlayerProfile PlayerProfile.clone()
           
 

Methods in <Unnamed> with parameters of type PlayerProfile
 void GameClient.setPlayer(PlayerProfile pp)
          Sets the player to the player that logged in.
 

Constructors in <Unnamed> with parameters of type PlayerProfile
GameClient(java.lang.String nameOfGame, PlayerProfile pp)
          This constructor will set up the GUI and connect to the server.
OthelloClient(PlayerProfile pp)
          This constructor will set up the GUI and connect to the server