Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getDomainSet
Method
getDomainSet
code/src/java/pcgen/core/PlayerCharacter.java:8530–8533 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8528
}
8529
8530
public
Set<Domain> getDomainSet()
8531
{
8532
return
domainFacet.getSet(id);
8533
}
8534
8535
public
ClassSource getDomainSource(Domain d)
8536
{
Callers
8
validateCharacterDomains
Method · 0.95
calculateKnownSpellsForClassLevel
Method · 0.95
getPossessed
Method · 0.45
buildAvailableDomainsList
Method · 0.45
getCastForLevel
Method · 0.45
getBonusCastForLevelString
Method · 0.45
appendDomainLines
Method · 0.45
getData
Method · 0.45
Calls
1
getSet
Method · 0.65
Tested by
no test coverage detected