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

Method setMinDieSize

code/src/java/pcgen/core/GameMode.java:1822–1825  ·  view source on GitHub ↗

Sets's current gamemodes MinDieSize. @param dice

(final int dice)

Source from the content-addressed store, hash-verified

1820 * @param dice
1821 */
1822 public void setMinDieSize(final int dice)
1823 {
1824 minDieSize = dice;
1825 }
1826
1827 /**
1828 * Get's current gamemodes DieSizes.

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected