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

Packages that use Feature
net.sf.freecol.client.gui.i18n  
net.sf.freecol.common.model Contains the game model. 
 

Uses of Feature in net.sf.freecol.client.gui.i18n
 

Methods in net.sf.freecol.client.gui.i18n with parameters of type Feature
static java.lang.String Messages.getName(Feature object)
          Returns the localized name of a Feature.
 

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

Subclasses of Feature in net.sf.freecol.common.model
 class Ability
          The Ability class encapsulates a bonus or penalty that can be applied to any action within the game, most obviously combat.
 class Modifier
          The Modifier class encapsulates a bonus or penalty that can be applied to any action within the game, most obviously combat.
 

Methods in net.sf.freecol.common.model with parameters of type Feature
 void Unit.addFeature(Feature feature)
          Add the given Feature to the Features Map.
 boolean Features.addFeature(Feature feature)
          Add the given Feature to the Features Map.