Uses of Record Class
net.chesstango.gardel.move.Move
Packages that use Move
-
Uses of Move in net.chesstango.gardel.move
Methods in net.chesstango.gardel.move that return MoveModifier and TypeMethodDescriptionMove.GardelMoveSupplier.get(int fromFile, int fromRank, int toFile, int toRank, int fromPiece, int toPiece, int promotion) static Movestatic MoveMove.of(Move.Square from, Move.Square to) static MoveMove.of(Move.Square from, Move.Square to, Move.PromotionPiece promotionPiece) Methods in net.chesstango.gardel.move with parameters of type Move