Uses of Record Class
net.royalur.model.dice.SimpleRoll
Packages that use SimpleRoll
-
Uses of SimpleRoll in net.royalur.model.dice
Fields in net.royalur.model.dice declared as SimpleRollModifier and TypeFieldDescriptionstatic final SimpleRollSimpleRoll.FOURA constant representing a roll of four.static final SimpleRollSimpleRoll.ONEA constant representing a roll of one.static final SimpleRollSimpleRoll.THREEA constant representing a roll of three.static final SimpleRollSimpleRoll.TWOA constant representing a roll of two.static final SimpleRollSimpleRoll.ZEROA constant representing a roll of zero.Methods in net.royalur.model.dice that return SimpleRollModifier and TypeMethodDescriptionstatic SimpleRollSimpleRoll.of(int value) Generates a roll representing a roll of the valuevalue.