Package net.royalur.model.dice
Interface Roll
- All Known Implementing Classes:
SimpleRoll
public interface Roll
A roll of a dice.
-
Method Summary
-
Method Details
-
value
int value()Gets the value of this dice roll.- Returns:
- The value of this dice roll.
-