Uses of Class
rails.game.action.ExchangeableToken

Packages that use ExchangeableToken
rails.game.action   
 

Uses of ExchangeableToken in rails.game.action
 

Methods in rails.game.action that return types with arguments of type ExchangeableToken
 java.util.List<ExchangeableToken> ExchangeTokens.getTokensToExchange()
           
 

Method parameters in rails.game.action with type arguments of type ExchangeableToken
 void ExchangeTokens.setExchangedTokens(java.util.List<ExchangeableToken> exchangedTokens)
           
 

Constructor parameters in rails.game.action with type arguments of type ExchangeableToken
ExchangeTokens(java.util.List<ExchangeableToken> tokensToSelectFrom, int minNumberToExchange, int maxNumberToExchange)