Package | Description |
---|---|
game |
Modifier and Type | Method and Description |
---|---|
Board |
Truck.getBoard()
Return the board to which this Truck belongs.
|
Board |
Parcel.getBoard()
Return the board on which this Parcel belongs.
|
Board |
Node.getBoard()
Return the board on which this Node belongs.
|
Board |
Manager.getBoard()
Return the Board for this Game.
|
Board |
Game.getBoard()
Return the board of this game.
|
Board |
Edge.getBoard()
Return the Board to which this Edge belongs.
|
Board |
BoardElement.getBoard()
Return the board to which this BoardElement.
|
static Board |
Board.randomBoard(Game g)
Return a new random board for g seeded via random seed.
|
static Board |
Board.randomBoard(Game g,
long seed)
Return a new random board for g seeded with
seed . |