Свойство | Type | Description | |
---|---|---|---|
AttacksLeftMoves | Move[][][][] | ||
AttacksRightMoves | Move[][][][] | ||
DoublePushes | Move[][][][] | ||
QuietMoves | Move[][][][] |
Méthode | Description | |
---|---|---|
FilePawnFill ( ulong gen ) : ulong | ||
NorthPawnsFill ( ulong gen ) : ulong | ||
SouthPawnsFill ( ulong gen ) : ulong |
Méthode | Description | |
---|---|---|
GenerateDoublePushes ( ) : Move[][][][] | ||
GenerateLeftMoves ( ) : Move[][][][] | ||
GenerateQuietMoves ( ) : Move[][][][] | ||
GenerateRightMoves ( ) : Move[][][][] | ||
GetLeftDownMoves ( int rank, byte b ) : Move[] | ||
GetLeftUpMoves ( int rank, byte b ) : Move[] | ||
GetPawnMoves ( int rank, byte b, int delta ) : Move[] | ||
GetQuietDownMoves ( int rank, byte b ) : Move[] | ||
GetQuietUpMoves ( int rank, byte b ) : Move[] | ||
GetRightDownMoves ( int rank, byte b ) : Move[] | ||
GetRightUpMoves ( int rank, byte b ) : Move[] | ||
PawnBitBoardHelper ( ) : System |
public static FilePawnFill ( ulong gen ) : ulong | ||
gen | ulong | |
Résultat | ulong |
public static NorthPawnsFill ( ulong gen ) : ulong | ||
gen | ulong | |
Résultat | ulong |
public static SouthPawnsFill ( ulong gen ) : ulong | ||
gen | ulong | |
Résultat | ulong |
public static Move[][][][] AttacksLeftMoves | ||
Résultat | Move[][][][] |
public static Move[][][][] AttacksRightMoves | ||
Résultat | Move[][][][] |
public static Move[][][][] DoublePushes | ||
Résultat | Move[][][][] |