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)
| 42 | * @return true if the given PlayerCharacter passes all the prerequisites. |
| 43 | */ |
| 44 | public boolean qualifies(PlayerCharacter playerCharacter, Object owner); |
| 45 | |
| 46 | } |
no outgoing calls