Class LanParseResult

java.lang.Object
io.github.wolfraam.chessgame.notation.lan.LanParseResult

public class LanParseResult extends Object
The result of parsing a LAN move.
  • Field Details

    • fromSquare

      public Square fromSquare
    • isKingSideCastle

      public boolean isKingSideCastle
    • isQueenSideCastle

      public boolean isQueenSideCastle
    • pieceType

      public PieceType pieceType
    • promotionPiece

      public PieceType promotionPiece
    • targetSquare

      public Square targetSquare
  • Constructor Details

    • LanParseResult

      public LanParseResult()