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

Method getFollowerList

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

Returns the followers associated with this character. @return A Set of Follower objects.

()

Source from the content-addressed store, hash-verified

1266 * @return A <tt>Set</tt> of <tt>Follower</tt> objects.
1267 */
1268 public Collection<Follower> getFollowerList()
1269 {
1270 return followerFacet.getSet(id);
1271 }
1272
1273 /**
1274 * Sets the character's gender.

Callers 10

testAddCompanionMethod · 0.95
setCalcFollowerBonusMethod · 0.95
getFollowerListTokenMethod · 0.45
getFollowersOfTypeMethod · 0.45
initCompDataMethod · 0.45
removeCompanionMethod · 0.45
appendFollowerLinesMethod · 0.45
getTokenMethod · 0.45
countMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by 1

testAddCompanionMethod · 0.76