Class MoveList


  • public class MoveList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isBlack  
      boolean isPass  
      int moveNum  
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveList()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • isPass

        public boolean isPass
      • x

        public int x
      • y

        public int y
      • moveNum

        public int moveNum
      • isBlack

        public boolean isBlack
    • Constructor Detail

      • MoveList

        public MoveList()