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 TypeClassDescriptionclassRolls a number of binary die and counts the result.classA 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 DiceDiceType.createDice(RandomGenerator random) Creates a set of these dice usingrandomas 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 DiceRuleSet.sampleDiceA 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.