Uses of Class
com.askywhale.missing.Player

Uses of Player in com.askywhale.missing
 

Subclasses of Player in com.askywhale.missing
 class ComputerPlayer
           
 class HumanPlayer
           
 

Methods in com.askywhale.missing that return Player
 Player Game.getBestPlayer()
           
 Player Game.getNextPlayer()
           
 

Methods in com.askywhale.missing that return types with arguments of type Player
 java.util.List<Player> Game.getPlayers()
           
 

Methods in com.askywhale.missing with parameters of type Player
 boolean Player.canSeePlayer(Player p)
           
 

Method parameters in com.askywhale.missing with type arguments of type Player
 void Game.setPlayers(java.util.List<Player> players)
           
 

Constructors in com.askywhale.missing with parameters of type Player
Player(Player oldPlayer)
           
 

Constructor parameters in com.askywhale.missing with type arguments of type Player
Game(java.util.List<Player> players, int maxScore)