Class Episode.Pick

  • Direct Known Subclasses:
    Episode.Move
    Enclosing class:
    Episode

    public static class Episode.Pick
    extends Object
    A Pick instance describes the act of picking a piece, without specifying its destination
    • Field Detail

      • pos

        public final int pos
        The position of the piece being moved, in the [1:N*N] range. May contain an invalid value on an invalid /move or /pick call.
      • time

        public final Date time
    • Constructor Detail

    • Method Detail

      • getPos

        public int getPos()
      • getPieceId

        public int getPieceId()
      • setPieceId

        public void setPieceId​(int id)
      • getCode

        public int getCode()
      • setCode

        public void setCode​(int _code)
      • getRValue

        public double getRValue()
      • getMover

        public int getMover()
      • getDidFollow

        public boolean getDidFollow()
      • setDidFollow

        public void setDidFollow​(boolean _didFollow)