Uses of Class
VASSAL.build.module.map.BoardPicker
| 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. |
| VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker. |
-
Uses of BoardPicker in VASSAL.build.module
Fields in VASSAL.build.module declared as BoardPicker Modifier and Type Field Description protected BoardPickerMap. pickerMethods in VASSAL.build.module that return BoardPicker Modifier and Type Method Description BoardPickerMap. getBoardPicker()Every map must include aBoardPickeras one of its build componentsMethods in VASSAL.build.module with parameters of type BoardPicker Modifier and Type Method Description voidMap. setBoardPicker(BoardPicker picker)Every map must include aBoardPickeras one of its build components -
Uses of BoardPicker in VASSAL.build.module.map
Constructors in VASSAL.build.module.map with parameters of type BoardPicker Constructor Description SetBoards(BoardPicker picker, List<Board> bds)SetBoards(BoardPicker target, Vector<Board> boards)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BoardPicker in VASSAL.build.module.map.boardPicker
Fields in VASSAL.build.module.map.boardPicker declared as BoardPicker Modifier and Type Field Description protected BoardPickerBoardSlot. pickerConstructors in VASSAL.build.module.map.boardPicker with parameters of type BoardPicker Constructor Description BoardSlot(BoardPicker bp)BoardSlot(BoardPicker bp, String prompt)
SetBoards(BoardPicker,List).