Interface Board.Move
- All Known Implementing Classes:
Board.Castling
,Board.FromTo
,Board.Invalid
,Board.Promotion
- Enclosing interface:
Board
public static sealed interface Board.Move
permits Board.Invalid, Board.FromTo, Board.Castling, Board.Promotion
-
Method Summary
Modifier and TypeMethodDescriptionstatic Board.Move
default String
uci()
default String
uci
(Board.Coordinate from, Board.Coordinate to)
-
Method Details
-
parse
-
uci
-
uci
-