Uses of Class
rails.game.correct.MapCorrectionManager.ActionStep

Packages that use MapCorrectionManager.ActionStep
rails.game.correct   
 

Uses of MapCorrectionManager.ActionStep in rails.game.correct
 

Methods in rails.game.correct that return MapCorrectionManager.ActionStep
 MapCorrectionManager.ActionStep MapCorrectionAction.getNextStep()
           
 MapCorrectionManager.ActionStep MapCorrectionAction.getStep()
           
 MapCorrectionManager.ActionStep MapCorrectionAction.moveToNextStep()
           
static MapCorrectionManager.ActionStep MapCorrectionManager.ActionStep.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MapCorrectionManager.ActionStep[] MapCorrectionManager.ActionStep.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in rails.game.correct with parameters of type MapCorrectionManager.ActionStep
(package private)  void MapCorrectionAction.setNextStep(MapCorrectionManager.ActionStep step)