Class WhiteMoveToken


  • public class WhiteMoveToken
    extends MoveToken
    White's move.
    • Constructor Summary

      Constructors 
      Constructor Description
      WhiteMoveToken()  
    • Constructor Detail

      • WhiteMoveToken

        public WhiteMoveToken()
    • Method Detail

      • isWhite

        public boolean isWhite()
        Returns true to indicate that this move is a white move.
        Specified by:
        isWhite in class MoveToken
        Returns:
        true - The move is a white move, not a black move.