Uses of Class
Move

Uses of Move in <Unnamed>
 

Methods in <Unnamed> with parameters of type 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.
 

Constructors in <Unnamed> with parameters of type Move
NetworkMove(Move aMove)
          Gets the start and end locations from an incoming Move.