Class DieResult

java.lang.Object
de.kaiserpfalzedv.rpg.core.dice.mat.DieResult
All Implemented Interfaces:
Serializable

public class DieResult extends Object implements 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

      public DieResult(String total, String[] rolls, Die die)
    • DieResult

      public DieResult()
  • Method Details