Class LanParseResult
java.lang.Object
io.github.wolfraam.chessgame.notation.lan.LanParseResult
The result of parsing a LAN move.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fromSquare
-
isKingSideCastle
public boolean isKingSideCastle -
isQueenSideCastle
public boolean isQueenSideCastle -
pieceType
-
promotionPiece
-
targetSquare
-
-
Constructor Details
-
LanParseResult
public LanParseResult()
-