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 BoardPicker
Map. picker
Methods in VASSAL.build.module that return BoardPicker Modifier and Type Method Description BoardPicker
Map. getBoardPicker()
Every map must include aBoardPicker
as one of its build componentsMethods in VASSAL.build.module with parameters of type BoardPicker Modifier and Type Method Description void
Map. setBoardPicker(BoardPicker picker)
Every map must include aBoardPicker
as 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 BoardPicker
BoardSlot. picker
Constructors in VASSAL.build.module.map.boardPicker with parameters of type BoardPicker Constructor Description BoardSlot(BoardPicker bp)
BoardSlot(BoardPicker bp, String prompt)
SetBoards(BoardPicker,List)
.