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

S

saveGame() - Method in class Board
Saves game state to a file.
setBlackDest(ArrayList<String>) - Method in class HistoryOfMoves
Sets a new destination arraylist for black side.
setBlackSrc(ArrayList<String>) - Method in class HistoryOfMoves
Sets a new source arraylist for black side.
setCol(int) - Method in class Piece
Set column.
setColor(int) - Method in class Piece
Set color.
setHistoryOfMoves(HistoryOfMoves) - Method in class Move
Set history of all piece moves.
setPieces(ArrayList<Piece>) - Method in class Board
Set arraylist wich contains all pieces.
setRow(int) - Method in class Piece
Set row.
setSide(int) - Method in class Player
Set side.
setType(int) - Method in class Piece
Set piece type as integer.
setWhiteDest(ArrayList<String>) - Method in class HistoryOfMoves
Sets a new destination arraylist for white side.
setWhiteSrc(ArrayList<String>) - Method in class HistoryOfMoves
Sets a new source arraylist for white side.
setX(int) - Method in class Index
Set value for x.
setY(int) - Method in class Index
Set value of y.
showGameState() - Method in class Board
Shows the current game state which is 8x8 board with pieces on it.
showGameStateWithNotation() - Method in class Board
Shows the current game state which is 8x8 board with pieces on it.
sortPieceArray(Piece[], int) - Method in class PlayerAI
Sorts an array of Piece objects in ascending order by value.

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