Uses of Class
checkers.model.Move

Packages that use Move
checkers.model   
 

Uses of Move in checkers.model
 

Methods in checkers.model that return Move
 Move NetPacket.getMove()
           
 

Methods in checkers.model with parameters of type Move
 boolean Board.movePiece(Move theMove)
          Move the piece at the start position to the end position
 void NetPacket.setMove(Move move)
           
 boolean Rules.validateMove(Move move)
          This method checks to see if the move that was just made was valid and returns a boolean indicating that.
 boolean ForceJumpValidator.validateMove(Move move)
          validateMove Validates that the move is a force jump if force jumps exist.