Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getLevelInfo
Method
getLevelInfo
code/src/java/pcgen/core/PlayerCharacter.java:3082–3085 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3080
}
3081
3082
public
final
Collection<PCLevelInfo> getLevelInfo()
3083
{
3084
return
levelInfoFacet.getSet(id);
3085
}
3086
3087
public
Collection<PCLevelInfo> clearLevelInfo()
3088
{
Callers
12
testCheckSkillModChangeNoBonus
Method · 0.95
testCheckSkillModChangeWithBonus
Method · 0.95
testMonsterSkillPoints
Method · 0.95
getSkillPoints
Method · 0.95
getLevelInfoFor
Method · 0.95
addTemplate
Method · 0.95
giveClassesAway
Method · 0.95
getCharacterLevel
Method · 0.95
clone
Method · 0.95
checkSkillModChange
Method · 0.95
setXPTable
Method · 0.45
getXPTableLevelInfo
Method · 0.45
Calls
2
getSet
Method · 0.65
get
Method · 0.65
Tested by
3
testCheckSkillModChangeNoBonus
Method · 0.76
testCheckSkillModChangeWithBonus
Method · 0.76
testMonsterSkillPoints
Method · 0.76