Uses of Record Class
net.royalur.model.dice.SimpleRoll
-
Uses of SimpleRoll in net.royalur.model.dice
Modifier and TypeFieldDescriptionstatic final SimpleRoll
SimpleRoll.FOUR
A constant representing a roll of four.static final SimpleRoll
SimpleRoll.ONE
A constant representing a roll of one.static final SimpleRoll
SimpleRoll.THREE
A constant representing a roll of three.static final SimpleRoll
SimpleRoll.TWO
A constant representing a roll of two.static final SimpleRoll
SimpleRoll.ZERO
A constant representing a roll of zero.Modifier and TypeMethodDescriptionstatic SimpleRoll
SimpleRoll.of
(int value) Generates a roll representing a roll of the valuevalue
.