Method | Description | |
---|---|---|
BlackPawns ( Bitboard locations ) : System.Collections.Generic | ||
GetAllMoves ( Bitboard notblockers, Bitboard enemies, |
||
GetCaptures ( Bitboard enemies, Bitboard filterFrom, Bitboard filterTo, |
||
GetCaptures ( Bitboard enemies, |
||
GetCapturesMoveBoard ( Bitboard notblockers, Bitboard enemies, |
||
GetMoveBoard ( Bitboard notblockers, Bitboard enemies, |
||
GetMovesOneSquareForward ( ) : IEnumerable |
||
GetMovesOneSquareForward ( Bitboard notblockers ) : IEnumerable |
||
GetMovesOneSquareForward ( Bitboard notblockers, Bitboard filterFrom, Bitboard filterTo ) : IEnumerable |
||
GetMovesTwoSquaresForward ( ) : IEnumerable |
||
GetMovesTwoSquaresForward ( Bitboard notblockers ) : IEnumerable |
||
GetMovesTwoSquaresForward ( Bitboard notblockers, Bitboard filterFrom, Bitboard filterTo ) : IEnumerable |
Method | Description | |
---|---|---|
GetMoves ( Bitboard b, int offsetFrom ) : IEnumerable |
public BlackPawns ( Bitboard locations ) : System.Collections.Generic | ||
locations | Bitboard | |
return | System.Collections.Generic |
public GetAllMoves ( Bitboard notblockers, Bitboard enemies, |
||
notblockers | Bitboard | |
enemies | Bitboard | |
enpassant | ||
return | IEnumerable |
public GetCaptures ( Bitboard enemies, Bitboard filterFrom, Bitboard filterTo, |
||
enemies | Bitboard | |
filterFrom | Bitboard | |
filterTo | Bitboard | |
enpassant | ||
return | IEnumerable |
public GetCaptures ( Bitboard enemies, |
||
enemies | Bitboard | |
enpassant | ||
return | IEnumerable |
public GetCapturesMoveBoard ( Bitboard notblockers, Bitboard enemies, |
||
notblockers | Bitboard | |
enemies | Bitboard | |
enpassant | ||
return | Bitboard |
public GetMoveBoard ( Bitboard notblockers, Bitboard enemies, |
||
notblockers | Bitboard | |
enemies | Bitboard | |
enpassant | ||
return | Bitboard |
public GetMovesOneSquareForward ( ) : IEnumerable |
||
return | IEnumerable |
public GetMovesOneSquareForward ( Bitboard notblockers ) : IEnumerable |
||
notblockers | Bitboard | |
return | IEnumerable |
public GetMovesOneSquareForward ( Bitboard notblockers, Bitboard filterFrom, Bitboard filterTo ) : IEnumerable |
||
notblockers | Bitboard | |
filterFrom | Bitboard | |
filterTo | Bitboard | |
return | IEnumerable |
public GetMovesTwoSquaresForward ( ) : IEnumerable |
||
return | IEnumerable |
public GetMovesTwoSquaresForward ( Bitboard notblockers ) : IEnumerable |
||
notblockers | Bitboard | |
return | IEnumerable |
public GetMovesTwoSquaresForward ( Bitboard notblockers, Bitboard filterFrom, Bitboard filterTo ) : IEnumerable |
||
notblockers | Bitboard | |
filterFrom | Bitboard | |
filterTo | Bitboard | |
return | IEnumerable |