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

Method setPoolAmount

code/src/java/pcgen/core/PlayerCharacter.java:1717–1720  ·  view source on GitHub ↗

Set the value of the feat pool. @param pool value to set the feat pool to

(final int pool)

Source from the content-addressed store, hash-verified

1715 * @param pool value to set the feat pool to
1716 */
1717 public void setPoolAmount(final int pool)
1718 {
1719 poolAmount = pool;
1720 }
1721
1722 /**
1723 * Get the value of the feat pool.

Callers 4

addLevelMethod · 0.80
askForStatIncreaseMethod · 0.80
parsePoolPointsLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected