Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getOriginalClassLevelCollection
Method
getOriginalClassLevelCollection
code/src/java/pcgen/core/PCClass.java:1372–1375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1370
}
1371
1372
public
Collection<PCClassLevel> getOriginalClassLevelCollection()
1373
{
1374
return
Collections.unmodifiableCollection(levelMap.values());
1375
}
1376
1377
public
void
copyLevelsFrom(PCClass cl)
1378
{
Callers
5
parseToken
Method · 0.95
ownBonuses
Method · 0.95
reInheritClassLevels
Method · 0.80
updateSpellCache
Method · 0.80
changeReferences
Method · 0.80
Calls
1
values
Method · 0.45
Tested by
no test coverage detected