Class BlackMoveToken


  • public class BlackMoveToken
    extends MoveToken
    Black's move.
    • Constructor Summary

      Constructors 
      Constructor Description
      BlackMoveToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isWhite()
      Returns false to indicate that this move is not a white move.
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.MoveToken

        isPass
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.SGFToken

        parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlackMoveToken

        public BlackMoveToken()
    • Method Detail

      • isWhite

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