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

Method setMaxDieSize

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

Sets's current gamemodes MaxDieSize. @param dice

(final int dice)

Source from the content-addressed store, hash-verified

1802 * @param dice
1803 */
1804 public void setMaxDieSize(final int dice)
1805 {
1806 maxDieSize = dice;
1807 }
1808
1809 /**
1810 * Get's current gamemodes MinDieSize.

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected