
com.fathzer.jchess.uci.MoveGeneratorSupplier Maven / Gradle / Ivy
package com.fathzer.jchess.uci;
import java.util.function.Supplier;
import com.fathzer.games.MoveGenerator;
/** An interface of engines able to build instances of move generator.
*
The instance supplied are initialized on the current engine position.
* @param The class of the moves returned by the move generator.
*/
public interface MoveGeneratorSupplier extends Supplier> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy