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

Method addValue

code/src/java/pcgen/core/SpellProhibitor.java:49–56  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

47 }
48
49 public void addValue(String value)
50 {
51 if (valueList == null)
52 {
53 valueList = new ArrayList<>();
54 }
55 valueList.add(value);
56 }
57
58 public boolean isProhibited(Spell s, PlayerCharacter aPC, CDOMObject owner)
59 {

Callers 7

getConstantMethod · 0.95
getConstantMethod · 0.95
checkForSubClassMethod · 0.95
parseClassLineMethod · 0.95

Calls 1

addMethod · 0.65

Tested by 2

getConstantMethod · 0.76
getConstantMethod · 0.76