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

Method addTemplateFeat

code/src/java/pcgen/core/PlayerCharacter.java:9612–9615  ·  view source on GitHub ↗
(CDOMObject template, CNAbilitySelection as)

Source from the content-addressed store, hash-verified

9610 }
9611
9612 public void addTemplateFeat(CDOMObject template, CNAbilitySelection as)
9613 {
9614 templateFeatFacet.add(id, as, template);
9615 }
9616
9617 public List<? extends CNAbilitySelection> getTemplateFeatList(CDOMObject template)
9618 {

Callers 2

applyChoiceMethod · 0.80
parseTemplateLineMethod · 0.80

Calls 1

addMethod · 0.65

Tested by

no test coverage detected