Package | Description |
---|---|
logic |
Modifier and Type | Method and Description |
---|---|
Stone |
Board.get(int index)
gibt den Spielstein an der angegebenen Position
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Stone> |
Board.getBoard()
gibt das Spielfeld zurück
|
Modifier and Type | Method and Description |
---|---|
void |
Board.set(int index,
Stone stone)
set den Spielstein an der angegebenen Position
|