| Modifier and Type | Field and Description |
|---|---|
private List<BoggleDie> |
Boggle.dice
The 16 boggle dice.
|
| Modifier and Type | Method and Description |
|---|---|
List<BoggleDie> |
Boggle.getDice()
Returns a list of the 16 dice in their current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoggleView.setDice(List<BoggleDie> dice)
Sets the text on the buttons representing the dice.
|
| Constructor and Description |
|---|
BoggleDie(BoggleDie other)
Construct an independent copy of an existing die.
|