chess-core
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
chess-core
chess-core
/
io.github.alluhemanth.chess.core.board
/
Board
/
getAllPieces
get
All
Pieces
fun
getAllPieces
(
)
:
List
<
Pair
<
Piece
,
Square
>
>
Returns a list of all pieces on the board, paired with their
Square
.