Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTemplate
Method · 0.95
allow
Method · 0.45
passes
Method · 0.45
addTemplate
Method · 0.45
removeTemplate
Method · 0.45
parseWeaponProficienciesLine
Method · 0.45
testAddTemplate
Method · 0.45
Calls
1
contains
Method · 0.65
Tested by
2
passes
Method · 0.36
testAddTemplate
Method · 0.36