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

Method hasTemplate

code/src/java/pcgen/core/PlayerCharacter.java:8474–8477  ·  view source on GitHub ↗
(PCTemplate template)

Source from the content-addressed store, hash-verified

8472 }
8473
8474 public boolean hasTemplate(PCTemplate template)
8475 {
8476 return templateFacet.contains(id, template);
8477 }
8478
8479 public Collection<PCStat> getStatSet()
8480 {

Callers 7

addTemplateMethod · 0.95
allowMethod · 0.45
passesMethod · 0.45
addTemplateMethod · 0.45
removeTemplateMethod · 0.45
testAddTemplateMethod · 0.45

Calls 1

containsMethod · 0.65

Tested by 2

passesMethod · 0.36
testAddTemplateMethod · 0.36