A B C D E F G H I J K L M N O P Q R S T U W X

G

g_board - Variable in class gui.Myriad_XSN
 
generateAllMoves() - Method in class rules.Position
Generates all the moves possible in this Position object.
get50MoveCount() - Method in class rules.Position
Returns this position's current 50 move rule counter.
getBlackPieces() - Method in class rules.Position
Returns an array containing all the black pieces.
getCastlingRights() - Method in class rules.Position
Gets the castling rights of a board in the order specified in the Constructor.
getColour() - Method in class rules.Piece
Returns the colour of the piece.
getEmbeddedPosition() - Method in class gui.JChessBoard
Returns the current "official" active position that is embedded inside this JChessBoard object.
getEndSquare() - Method in class rules.Move
Gets the ending square of this move object.
getEnPassantSquare() - Method in class rules.Position
Returns the "en passant-able" square using 0x88 cooridinates in this position.
getFENPlus() - Method in class gui.JChessBoard
Returns the FENPlus version of this position.
getModifier() - Method in class rules.Move
Gets the modifier stored in this move.
getNullPiece() - Static method in class rules.Piece
Returns the null piece.
getPosition() - Method in class rules.Piece
Returns the position of the piece.
getResult() - Method in class rules.Position
Returns the ending game decision for the positions.
getSquareOccupier(byte) - Method in class rules.Position
Returns the occupier of a specific square, or the null piece if the square is empty.
getSquareOccupier(byte, Piece[]) - Method in class rules.Position
Returns the occupier of a specific square, or the null piece if the square is empty.
getSquareOccupier(byte, boolean) - Method in class rules.Position
Returns the occupier of a specific square, or the null piece if the square is empty.
getStartSquare() - Method in class rules.Move
Gets the starting square of this move object.
getType() - Method in class rules.Piece
Returns the type of the piece as defined by the piece constants above.
getWhitePieces() - Method in class rules.Position
Returns an array containing all the white pieces.
gui - package gui
 

A B C D E F G H I J K L M N O P Q R S T U W X