Uses of Class
rails.game.GameDef.OrStep

Packages that use GameDef.OrStep
rails.game   
rails.game.specific._1856   
 

Uses of GameDef.OrStep in rails.game
 

Fields in rails.game declared as GameDef.OrStep
protected  GameDef.OrStep GameManager.skippedStep
          Step that must be in effect to do an actual Done skip during reloading.
protected  GameDef.OrStep[] OperatingRound.steps
           
 

Fields in rails.game with type parameters of type GameDef.OrStep
protected  EnumState<GameDef.OrStep> OperatingRound.stepObject
           
 

Methods in rails.game that return GameDef.OrStep
 GameDef.OrStep OperatingRound.getStep()
          Get the current operating round step (i.e.
static GameDef.OrStep GameDef.OrStep.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameDef.OrStep[] GameDef.OrStep.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in rails.game with parameters of type GameDef.OrStep
protected  boolean OperatingRound.gameSpecificNextStep(GameDef.OrStep step)
          Stub, can be overridden in subclasses to check for extra steps
protected  void OperatingRound.nextStep(GameDef.OrStep step)
          Take the next step after a given one (see nextStep())
 void GameManagerI.setSkipDone(GameDef.OrStep step)
           
 void GameManager.setSkipDone(GameDef.OrStep step)
           
protected  void OperatingRound.setStep(GameDef.OrStep step)
          Bypass normal order of operations and explicitly set round step.
 

Uses of GameDef.OrStep in rails.game.specific._1856
 

Methods in rails.game.specific._1856 with parameters of type GameDef.OrStep
protected  boolean OperatingRound_1856.gameSpecificNextStep(GameDef.OrStep step)