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 classPlayerRosterMaintains 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. setupStepsMethods 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 voidGameState. addGameSetupStep(GameSetupStep step)Add aGameSetupStepvoidGameState. removeGameSetupStep(GameSetupStep step)Remove aGameSetupStepConstructors 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 classBoardPicker