Class Move.GardelMoveSupplier

java.lang.Object
net.chesstango.gardel.move.Move.GardelMoveSupplier
All Implemented Interfaces:
MoveSupplier<Move>
Enclosing class:
Move

public static class Move.GardelMoveSupplier extends Object implements MoveSupplier<Move>
  • 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:
      get in interface MoveSupplier<Move>