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