Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
N
P
Q
R
S
U
G
Game
- Class in
<Unnamed>
Game()
- Constructor for class
Game
getAcronym()
- Method in class
Piece
Get piece type acronym.
getAllSquaresPossibleToMove(int)
- Method in class
PlayerAI
Get all squares pieces are allowed to move.
getAllSquaresPossibleToMoveAndPiece(int)
- Method in class
PlayerAI
Returns two arraylists of piece notations and where they can move.
getBlackDest()
- Method in class
HistoryOfMoves
Get black piece destination arraylist.
getBlackSrc()
- Method in class
HistoryOfMoves
Get black piece source arraylist.
getCol()
- Method in class
Piece
Get column.
getColor()
- Method in class
Piece
Get color.
getEnemySide()
- Method in class
Player
Get enemy side.
getHistoryOfMoves()
- Method in class
Move
Returns history of all piece moves.
getPiece(int, int, int)
- Method in class
Board
Returns piece with given coordinates and color.
getPieces()
- Method in class
Board
Get all pieces as an arraylist.
getPiecesFromOneSide(int)
- Method in class
Board
Get pieces from only one black or white as an arraylist.
getPiecesPossibleToCapture(int)
- Method in class
PlayerAI
Get all enemy pieces that can be captured.
getRow()
- Method in class
Piece
Get row.
getSide()
- Method in class
Player
Get side.
getType()
- Method in class
Piece
Get piece type as integer.
getValue()
- Method in class
Piece
Get value of the piece.
getWhiteDest()
- Method in class
HistoryOfMoves
Get white piece destination arraylist.
getWhiteSrc()
- Method in class
HistoryOfMoves
Get white piece source arraylist.
getX()
- Method in class
Index
Get value of x.
getY()
- Method in class
Index
Get value of y.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
N
P
Q
R
S
U