Modifier and Type | Method and Description |
---|---|
boolean |
bothPassed() |
boolean |
contains(GoPoint point) |
ConstPointList |
getAdjacent(GoPoint point) |
int |
getCaptured(GoColor c) |
GoColor |
getColor(GoPoint p) |
ConstPointList |
getKilled() |
Move |
getLastMove() |
Move |
getMove(int i) |
int |
getNumberMoves() |
ConstPointList |
getSetup(GoColor c) |
GoColor |
getSetupPlayer() |
int |
getSize() |
void |
getStones(GoPoint p,
GoColor color,
PointList stones) |
ConstPointList |
getSuicide() |
GoColor |
getToMove() |
boolean |
isCaptureOrSuicide(GoColor c,
GoPoint p) |
boolean |
isHandicap(GoPoint point) |
boolean |
isKo(GoPoint point) |
boolean |
isModified() |
boolean |
isSetupHandicap() |
boolean |
isSuicide(GoColor c,
GoPoint p) |
java.util.Iterator<GoPoint> |
iterator() |
boolean bothPassed()
boolean contains(GoPoint point)
ConstPointList getAdjacent(GoPoint point)
int getCaptured(GoColor c)
ConstPointList getKilled()
Move getLastMove()
Move getMove(int i)
int getNumberMoves()
ConstPointList getSetup(GoColor c)
GoColor getSetupPlayer()
int getSize()
ConstPointList getSuicide()
GoColor getToMove()
boolean isHandicap(GoPoint point)
boolean isKo(GoPoint point)
boolean isModified()
boolean isSetupHandicap()