|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidMoveException | |
de.tabacha.cgo | The base classes for ConwayGo. |
Uses of InvalidMoveException in de.tabacha.cgo |
Methods in de.tabacha.cgo that throw InvalidMoveException | |
void |
Board.move(Move move)
Makes a move. |
void |
DefaultBoard.move(Move move)
|
protected void |
DefaultBoard.put(Put move)
Puts a piece on the board. |
protected void |
DefaultBoard.jump(Jump move)
Moves the ball around the field. |
protected void |
DefaultBoard.jumpOnce(byte dir,
Move move)
Makes the ball jump once. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |