MCPcopy Create free account
hub / github.com/PCGen/pcgen / roll

Method roll

code/src/java/gmgen/plugin/dice/DiceConfig.java:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20interface DiceConfig
21{
22 int roll();
23
24 String toFormula();
25}

Callers 8

randomDiceAssertionsMethod · 0.65
rollMethod · 0.65
runMethod · 0.65
runMethod · 0.65
getDataMethod · 0.65
getRuleMethod · 0.65
getDataMethod · 0.65

Implementers 1

NSidedModifiedDieConfigcode/src/java/gmgen/plugin/dice/NSided

Calls

no outgoing calls

Tested by 2

randomDiceAssertionsMethod · 0.52