A B C D E G H I K L M N P Q R S U

I

Index - Class in <Unnamed>
 
Index(int, int) - Constructor for class Index
Constructor.
isCheckmate(Player) - Method in class PlayerAI
Check if player's King is in checkmate.
isOwnPiece(Piece) - Method in class Player
Find out if piece is owned by player.
isPieceOnSquare(int, int) - Method in class Move
Returns true if the piece is found from the given location.
isPieceOnSquare(String) - Method in class Move
Returns true if the piece is found from the given location.
isPieceOnSquare(int, int, int) - Method in class Move
Returns true if piece with defined color is found from the given location.
isPieceOnSquare(String, int) - Method in class Move
Returns true if piece with defined color is found from the given location.
isSquareSafe(int, int, Player) - Method in class PlayerAI
check that enemy can't move to selected square on next round.

A B C D E G H I K L M N P Q R S U