MCPcopy Index your code
hub / github.com/PCGen/pcgen / qualifies

Method qualifies

code/src/java/pcgen/cdom/base/QualifyingObject.java:44–44  ·  view source on GitHub ↗

Tests if the specified PlayerCharacter passes all the prerequisites. @param playerCharacter The PlayerCharacter to test. @param owner The Loadable that owns the QualifyingObject (used for PRExxx resolution) @return true if the given PlayerCharacter passes all the pr

(PlayerCharacter playerCharacter, Object owner)

Source from the content-addressed store, hash-verified

42 * @return true if the given PlayerCharacter passes all the prerequisites.
43 */
44 public boolean qualifies(PlayerCharacter playerCharacter, Object owner);
45
46}

Callers 15

testQualifiesMethod · 0.65
test2856622Method · 0.65
test2856626Method · 0.65
allowMethod · 0.65
allowMethod · 0.65
getTokenMethod · 0.65
getSkillMethod · 0.65
getSATokenMethod · 0.65
initCompDataMethod · 0.65
applyBonusToCharacterMethod · 0.65
checkAbilityQualifyMethod · 0.65
getSetMethod · 0.65

Implementers 15

CNAbilitySelectioncode/src/java/pcgen/cdom/helper/CNAbil
AbilityTargetSelectorcode/src/java/pcgen/cdom/helper/Abilit
WeaponProfProvidercode/src/java/pcgen/cdom/helper/Weapon
AbilitySelectorcode/src/java/pcgen/cdom/helper/Abilit
AvailableSpellcode/src/java/pcgen/cdom/helper/Availa
ACControlcode/src/java/pcgen/cdom/content/ACCon
DamageReductioncode/src/java/pcgen/cdom/content/Damag
CNAbilitycode/src/java/pcgen/cdom/content/CNAbi
SpellLikeAbilitycode/src/java/pcgen/cdom/content/Spell
QualifiedObjectcode/src/java/pcgen/core/QualifiedObje
PObjectcode/src/java/pcgen/core/PObject.java
FollowerOptioncode/src/java/pcgen/core/FollowerOptio

Calls

no outgoing calls

Tested by 3

testQualifiesMethod · 0.52
test2856622Method · 0.52
test2856626Method · 0.52