Uses of Class
rails.game.action.BuyTrain

Packages that use BuyTrain
rails.game   
rails.game.action   
rails.game.specific._1856   
rails.game.specific._18EU   
 

Uses of BuyTrain in rails.game
 

Methods in rails.game with parameters of type BuyTrain
 boolean OperatingRound.buyTrain(BuyTrain action)
           
 

Uses of BuyTrain in rails.game.action
 

Methods in rails.game.action that return BuyTrain
 BuyTrain BuyTrain.setPresidentMayAddCash(int amount)
           
 BuyTrain BuyTrain.setPresidentMustAddCash(int amount)
           
 BuyTrain BuyTrain.setTrainsForExchange(java.util.List<TrainI> trains)
           
 

Uses of BuyTrain in rails.game.specific._1856
 

Methods in rails.game.specific._1856 with parameters of type BuyTrain
 boolean OperatingRound_1856.buyTrain(BuyTrain action)
           
 

Uses of BuyTrain in rails.game.specific._18EU
 

Methods in rails.game.specific._18EU with parameters of type BuyTrain
 boolean OperatingRound_18EU.buyTrain(BuyTrain action)