Uses of Class
rules.Position.Piece

Packages that use Position.Piece
rules   
 

Uses of Position.Piece in rules
 

Fields in rules with type parameters of type Position.Piece
 java.util.Vector<Position.Piece> Position.Pieces
          Stores the current location of all the pieces on the board.
 

Methods in rules that return Position.Piece
 Position.Piece Position.Piece.movePiece(byte dest)
          Moves a piece to it's destination.
 

Constructor parameters in rules with type arguments of type Position.Piece
Position(byte fifty_move, byte three_fold, byte epsq, boolean[] castling_rights, boolean whiteturn, java.util.Vector<Position.Piece> map)
          Constructor: Constructs a board objects with the following parameters: