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

Method checkQualifyList

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

Checks that the parameter passed in is in the list of objects for which this PC qualifies. @param obj the object to test for qualification. @return true if the PC is qualified to have this object.

(CDOMObject obj)

Source from the content-addressed store, hash-verified

2384 * @return true if the PC is qualified to have this object.
2385 */
2386 public boolean checkQualifyList(CDOMObject obj)
2387 {
2388 return qualifyFacet.grantsQualify(id, obj);
2389 }
2390
2391 /**
2392 * Check whether this PC has this WeaponProf.

Callers 2

passesAllMethod · 0.80
passesMethod · 0.80

Calls 1

grantsQualifyMethod · 0.80

Tested by

no test coverage detected