java.lang.Object
net.chesstango.gardel.move.Move.GardelMoveSupplier
- All Implemented Interfaces:
MoveSupplier<Move>
- Enclosing class:
Move
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GardelMoveSupplier
public GardelMoveSupplier()
-
-
Method Details
-
get
public Move get(int fromFile, int fromRank, int toFile, int toRank, int fromPiece, int toPiece, int promotion) - Specified by:
getin interfaceMoveSupplier<Move>
-