Class DieResult
java.lang.Object
de.kaiserpfalzedv.rpg.core.dice.mat.DieResult
- All Implemented Interfaces:
Serializable
DieResult -- The technical result of a single die.
The result may carry technical information about the die roll. That may be very information when rolling a numbered
die. But "exploding" dice add some more information and there may be special die like FATE or HeXXen, that are not
displayed as numbers at all.
- Since:
- 1.0.0 2021-01-09
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
- See Also:
-
Constructor Details
-
DieResult
-
DieResult
public DieResult()
-
-
Method Details
-
getDisplay
- Returns:
- a pure text display of the die roll.
-
getShortDisplay
- Returns:
- the most terse display of the die roll.
-
builder
-
toBuilder
-
getTotal
-
getRolls
-
getDie
-
toString
-
equals
-
hashCode
public int hashCode()
-