Serialized Form
-
Package chessapi4j
-
Exception Class chessapi4j.MissingECOException
class MissingECOException extends RuntimeException implements Serializable -
Exception Class chessapi4j.MovementException
class MovementException extends RuntimeException implements Serializable- serialVersionUID:
- -4964697290998435420L
-
Class chessapi4j.Position
class Position extends Object implements Serializable- serialVersionUID:
- -3129022190813874561L
-
Serialized Fields
-
bits
long[] bits
-
enPassant
int enPassant
-
halfMovesCounter
int halfMovesCounter
-
longCastleBlackNumeric
long longCastleBlackNumeric
-
longCastleWhiteNumeric
long longCastleWhiteNumeric
-
movesCounter
int movesCounter
-
shortCastleBlackNumeric
long shortCastleBlackNumeric
-
shortCastleWhiteNumeric
long shortCastleWhiteNumeric
-
whiteMoveNumeric
long whiteMoveNumeric
-
-
-
Package chessapi4j.functional
-
Class chessapi4j.functional.Position
class Position extends Object implements Serializable- serialVersionUID:
- -1129123190893874561L
-
Serialized Fields
-
b
long[] b
-
bk
long bk
-
bq
long bq
-
c
boolean c
-
children
List<Tuple<Position,
Move>> children -
childrenPresent
boolean childrenPresent
-
cm
boolean cm
-
cmPresent
boolean cmPresent
-
cPresent
boolean cPresent
-
ep
int ep
-
hash
int hash
-
hm
int hm
-
lm
boolean lm
-
lmPresent
boolean lmPresent
-
mc
int mc
-
mi
chessapi4j.functional.MovesInfo mi
-
movesInfoPresent
boolean movesInfoPresent
-
sm
boolean sm
-
smPresent
boolean smPresent
-
wk
long wk
-
wm
long wm
-
wq
long wq
-
zobristHash
long zobristHash
-
zobritsPresent
boolean zobritsPresent
-
-