Uses of Class
net.sf.freecol.common.model.Player.PlayerType

Packages that use Player.PlayerType
net.sf.freecol.common.model Contains the game model. 
 

Uses of Player.PlayerType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Player.PlayerType
 Player.PlayerType Player.getPlayerType()
          Returns the type of this player.
static Player.PlayerType Player.PlayerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Player.PlayerType[] Player.PlayerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.common.model with parameters of type Player.PlayerType
 void Player.setPlayerType(Player.PlayerType type)
          Sets the player type.