Uses of Class
net.sf.freecol.common.model.NationType

Packages that use NationType
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.common Contains classes in use by both the server and the client. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of NationType in net.sf.freecol.client.control
 

Methods in net.sf.freecol.client.control with parameters of type NationType
 void PreGameController.setNationType(NationType nationType)
          Sets this client's player's nation type.
 

Uses of NationType in net.sf.freecol.common
 

Methods in net.sf.freecol.common that return NationType
 NationType Specification.getNationType(java.lang.String id)
           
 

Methods in net.sf.freecol.common that return types with arguments of type NationType
 java.util.List<NationType> Specification.getNationTypes()
           
 

Uses of NationType in net.sf.freecol.common.model
 

Subclasses of NationType in net.sf.freecol.common.model
 class EuropeanNationType
          Represents one of the European nations present in the game, i.e.
 class IndianNationType
          Represents one of the Indian nations present in the game.
 

Methods in net.sf.freecol.common.model that return NationType
 NationType Player.getNationType()
          Returns the nation type of this player.
 NationType Nation.getType()
          Get the Type value.
 

Methods in net.sf.freecol.common.model with parameters of type NationType
 void Player.setNationType(NationType newNationType)
          Sets the nation type of this player.
 void Nation.setType(NationType newType)
          Set the Type value.