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

Method qualifies

code/src/java/pcgen/core/PCClass.java:1427–1436  ·  view source on GitHub ↗
(PlayerCharacter aPC, Object owner)

Source from the content-addressed store, hash-verified

1425 }
1426
1427 @Override
1428 public boolean qualifies(PlayerCharacter aPC, Object owner)
1429 {
1430 if (Globals.checkRule(RuleConstants.CLASSPRE))
1431 {
1432 return true;
1433 }
1434
1435 return super.qualifies(aPC, owner);
1436 }
1437
1438 public String getBaseStat()
1439 {

Callers 6

test2857849aMethod · 0.95
test2857849and2862276Method · 0.95
test2857848cMethod · 0.95
addLevelMethod · 0.95

Calls 2

checkRuleMethod · 0.95
qualifiesMethod · 0.65

Tested by 5

test2857849aMethod · 0.76
test2857849and2862276Method · 0.76
test2857848cMethod · 0.76