Uses of Class
net.sf.freecol.common.model.Unit.MoveType

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

Uses of Unit.MoveType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Unit.MoveType
 Unit.MoveType Unit.getMoveType(Map.Direction direction)
          Gets the type of a move made in a specified direction.
 Unit.MoveType Unit.getMoveType(Tile target)
          Gets the type of a move that is made when moving from one tile to another.
 Unit.MoveType Unit.getMoveType(Tile from, Tile target, int ml)
          Gets the type of a move that is made when moving from one tile to another.
 Unit.MoveType Unit.getMoveType(Tile from, Tile target, int ml, boolean ignoreEnemyUnits)
          Gets the type of a move that is made when moving from one tile to another.
 Unit.MoveType Unit.getSimpleMoveType(Map.Direction direction)
          Gets the type of a move made in a specified direction, without checking if the unit has moves left or logging errors.
 Unit.MoveType Unit.getSimpleMoveType(Tile target)
          Gets the type of a move that is made when moving from one tile to another, without checking if the unit has moves left or logging errors.
 Unit.MoveType Unit.getSimpleMoveType(Tile from, Tile target, boolean ignoreEnemyUnits)
          Gets the type of a move that is made when moving from one tile to another, without checking if the unit has moves left or logging errors.
static Unit.MoveType Unit.MoveType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Unit.MoveType[] Unit.MoveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.