public class PieceMoveManager extends Object
| Constructor and Description |
|---|
PieceMoveManager(ChessPosition position) |
| Modifier and Type | Method and Description |
|---|---|
Set<ChessBoardCoord> |
getReachableSquares(ChessBoardCoord coord,
ChessRules rules) |
public PieceMoveManager(ChessPosition position)
public Set<ChessBoardCoord> getReachableSquares(ChessBoardCoord coord, ChessRules rules)
Copyright © 2015. All Rights Reserved.