Uses of Interface
VASSAL.build.module.GameSetupStep
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
-
Uses of GameSetupStep in VASSAL.build.module
Classes in VASSAL.build.module that implement GameSetupStep Modifier and Type Class Description class
PlayerRoster
Maintains a list of players involved in the current gameFields in VASSAL.build.module with type parameters of type GameSetupStep Modifier and Type Field Description protected List<GameSetupStep>
GameState. setupSteps
Methods in VASSAL.build.module that return types with arguments of type GameSetupStep Modifier and Type Method Description Iterator<GameSetupStep>
GameState. getUnfinishedSetupSteps()
Methods in VASSAL.build.module with parameters of type GameSetupStep Modifier and Type Method Description void
GameState. addGameSetupStep(GameSetupStep step)
Add aGameSetupStep
void
GameState. removeGameSetupStep(GameSetupStep step)
Remove aGameSetupStep
Constructors in VASSAL.build.module with parameters of type GameSetupStep Constructor Description SetupStepPage(GameSetupStep step)
-
Uses of GameSetupStep in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement GameSetupStep Modifier and Type Class Description class
BoardPicker