Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getStatSet
Method
getStatSet
code/src/java/pcgen/core/PlayerCharacter.java:8479–8482 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8477
}
8478
8479
public
Collection<PCStat> getStatSet()
8480
{
8481
return
statFacet.getSet(id);
8482
}
8483
8484
public
boolean hasDefaultDomainSource()
8485
{
Callers
8
getModToken
Method · 0.45
getStatAdjustments
Method · 0.45
getUsedStatPool
Method · 0.45
setScoreBase
Method · 0.45
updateScorePurchasePool
Method · 0.45
subLevel
Method · 0.45
appendStatLines
Method · 0.45
getToken
Method · 0.45
Calls
1
getSet
Method · 0.65
Tested by
no test coverage detected