Uses of Enum Class
net.chesstango.gardel.move.Move.Square
Packages that use Move.Square
-
Uses of Move.Square in net.chesstango.gardel.move
Methods in net.chesstango.gardel.move that return Move.SquareModifier and TypeMethodDescriptionMove.from()Returns the value of thefromrecord component.static Move.SquareMove.Square.of(int idx) static Move.SquareMove.Square.of(int file, int rank) Move.to()Returns the value of thetorecord component.static Move.SquareReturns the enum constant of this class with the specified name.static Move.Square[]Move.Square.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.chesstango.gardel.move with parameters of type Move.SquareModifier and TypeMethodDescriptionstatic MoveMove.of(Move.Square from, Move.Square to) static MoveMove.of(Move.Square from, Move.Square to, Move.PromotionPiece promotionPiece) Constructors in net.chesstango.gardel.move with parameters of type Move.SquareModifierConstructorDescriptionMove(Move.Square from, Move.Square to, Move.PromotionPiece promotionPiece) Creates an instance of aMoverecord class.