Uses of Class
jfreerails.move.ChangeCargoBundleMove

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

Uses of ChangeCargoBundleMove in jfreerails.move
 

Methods in jfreerails.move that return ChangeCargoBundleMove
 ChangeCargoBundleMove TransferCargoAtStationMove.getChangeAtStation()
           
 ChangeCargoBundleMove TransferCargoAtStationMove.getChangeOnTrain()
           
 

Methods in jfreerails.move with parameters of type ChangeCargoBundleMove
static TransferCargoAtStationMove TransferCargoAtStationMove.generateMove(ChangeCargoBundleMove changeAtStation, ChangeCargoBundleMove changeOnTrain, CompositeMove payment, boolean waiting)