Uses of Class
rails.game.state.State

Packages that use State
rails.game   
rails.game.model   
rails.game.specific._18EU   
rails.game.state   
 

Uses of State in rails.game
 

Fields in rails.game declared as State
protected  State StartRound.auctionItemState
           
protected  State StockRound.companyBoughtThisTurnWrapper
           
protected  State PhaseManager.currentPhase
           
protected  State GameManager.currentPlayer
           
protected  State GameManager.currentRound
          Current round should not be set here but from within the Round classes.
protected  State GameManager.priorityPlayer
           
 

Uses of State in rails.game.model
 

Subclasses of State in rails.game.model
 class BonusModel
           
 class MoneyModel
           
 

Uses of State in rails.game.specific._18EU
 

Fields in rails.game.specific._18EU declared as State
protected  State GameManager_18EU.playerToStartFMERound
           
 

Uses of State in rails.game.state
 

Subclasses of State in rails.game.state
 class BooleanState
           
 class EnumState<E extends Enum>
           
 class IntegerState
           
 class StringState