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

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

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

Methods in net.sf.freecol.common.model that return Tension
 Tension IndianSettlement.getAlarm(Player player)
          Gets the alarm level towards the given player.
 Tension Player.getTension(Player player)
          Gets the hostility this player has against the given player.
 

Methods in net.sf.freecol.common.model that return types with arguments of type Tension
 java.util.Map<Player,Tension> IndianSettlement.getAlarm()
          Returns the alarm Map.
 

Methods in net.sf.freecol.common.model with parameters of type Tension
 void IndianSettlement.setAlarm(Player player, Tension newAlarm)
          Sets alarm towards the given player.
 void Player.setTension(Player player, Tension newTension)
          Sets the hostility against the given player.