Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<Die>> |
DicePool.diceByLastValue()
Returns a list of dice of a certain value.
|
java.util.List<Die> |
DicePool.getAllDice() |
Modifier and Type | Method and Description |
---|---|
boolean |
DicePool.removeDie(Die d)
Removes the Die using the reference to the Die.
|