Enum Class Move.Square

java.lang.Object
java.lang.Enum<Move.Square>
net.chesstango.gardel.move.Move.Square
All Implemented Interfaces:
Serializable, Comparable<Move.Square>, Constable
Enclosing class:
Move

public static enum Move.Square extends Enum<Move.Square>
Represents the squares on a chess board using standard algebraic notation. Each square is defined by its file (a-h) and rank (1-8) coordinates. The squares are ordered from a8 to h1, following standard chess notation.