Uses of Class
net.sf.freecol.common.model.TileType.RangeType

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

Uses of TileType.RangeType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return TileType.RangeType
static TileType.RangeType TileType.RangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TileType.RangeType[] TileType.RangeType.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 TileType.RangeType
 boolean TileType.withinRange(TileType.RangeType rangeType, int value)