|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Die in com.huyderman.javadice |
---|
Subclasses of Die in com.huyderman.javadice | |
---|---|
class |
DieNN
|
class |
DieOpenEnded
|
Methods in com.huyderman.javadice that return Die | |
---|---|
static Die |
DieFactory.getD10()
Creates a ten sided die |
static Die |
DieFactory.getD10(int n)
Creates ten sided dice |
static Die |
DieFactory.getD100()
Creates a hundred sided die |
static Die |
DieFactory.getD100(int n)
Creates a hundred sided dice |
static Die |
DieFactory.getD12()
Creates a twelve sided die |
static Die |
DieFactory.getD12(int n)
Creates twelve sided dice |
static Die |
DieFactory.getD16()
Creates a sixteen sided die |
static Die |
DieFactory.getD16(int n)
Creates sixteen sided dice |
static Die |
DieFactory.getD2()
Creates a two sided die |
static Die |
DieFactory.getD2(int n)
Creates two sided dice |
static Die |
DieFactory.getD20()
Creates a twenty sided die |
static Die |
DieFactory.getD20(int n)
Creates twenty sided dice |
static Die |
DieFactory.getD30()
Creates a thirty sided die |
static Die |
DieFactory.getD30(int n)
Creates thirty sided dice |
static Die |
DieFactory.getD4()
Creates a four sided die |
static Die |
DieFactory.getD4(int n)
Creates four sided dice |
static Die |
DieFactory.getD6()
Creates a six sided die |
static Die |
DieFactory.getD6(int n)
Creates six sided dice |
static Die |
DieFactory.getD8()
Creates a eight sided die |
static Die |
DieFactory.getD8(int n)
Creates eight sided dice |
static Die |
DieFactory.getDie(int n,
int x)
|
static Die |
DieFactory.getFudgeDice(int n)
Creates dice that simulates a Fudge die, with two '-', two blank, and two '+'. |
static Die |
DieFactory.getFudgeDie()
Creates one Fudge die. |
Methods in com.huyderman.javadice with parameters of type Die | |
---|---|
int[] |
DiceUtils.rollDiceArray(Die[] dies)
Dice Array Roller |
int[] |
DiceUtils.rollDiceArray(int n,
Die d)
|
int |
DiceUtils.rollDiceDropHigh(Die d,
int n,
int numberToDrop)
|
int |
DiceUtils.rollDiceDropLow(Die d,
int n,
int numberToDrop)
|
Method parameters in com.huyderman.javadice with type arguments of type Die | |
---|---|
void |
DiceUtils.rollDiceCollection(java.util.Collection<Die> dice,
java.util.Collection<java.lang.Integer> results)
Dice Collection Roller |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |