Uses of Interface
jfreerails.move.MapUpdateMove

Packages that use MapUpdateMove
jfreerails.move Provides classes that encapsulate changes to the game world. 
 

Uses of MapUpdateMove in jfreerails.move
 

Subinterfaces of MapUpdateMove in jfreerails.move
 interface TrackMove
          This interface tags Moves that change the track.
 

Classes in jfreerails.move that implement MapUpdateMove
 class ChangeTileMove
          Move that changes a single tile.
 class ChangeTrackPieceCompositeMove
          This Move changes adds, removes, or upgrades the track between two tiles.
 class ChangeTrackPieceMove
          This Move adds, removes, or upgrades the track on a single tile.
 class RemoveStationMove
          This Move removes a station from the station list and from the map.
 class UpgradeTrackMove
          This CompositeMove changes the track type at a point on the map and charges the players account for the cost of the change.
 class WorldDiffMove
          A move that makes a number of changes to the map and to the lists.