Uses of Class
net.royalur.model.dice.Dice
Packages that use Dice
-
Uses of Dice in net.royalur
Methods in net.royalur that return Dice -
Uses of Dice in net.royalur.model.dice
Subclasses of Dice in net.royalur.model.diceModifier and TypeClassDescriptionclass
Rolls a number of binary die and counts the result.class
A set of binary dice where a roll of zero actually represents the highest roll possible, rather than the lowest.Methods in net.royalur.model.dice that return DiceModifier and TypeMethodDescriptionDiceFactory.createDice()
Create an instance of the dice using a default source of randomness.DiceType.createDice()
abstract Dice
DiceType.createDice
(RandomGenerator random) Creates a set of these dice usingrandom
as its source of randomness.Methods in net.royalur.model.dice with parameters of type Dice -
Uses of Dice in net.royalur.rules
Fields in net.royalur.rules declared as DiceModifier and TypeFieldDescriptionprotected final Dice
RuleSet.sampleDice
A sample dice that can be used for parsing, but should not be used for running games.Methods in net.royalur.rules that return DiceModifier and TypeMethodDescriptionRuleSet.getSampleDice()
Gets a sample dice that can be used for parsing, but should not be used for running games.