MCPcopy 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

getSkillPointsMethod · 0.95
getLevelInfoForMethod · 0.95
addTemplateMethod · 0.95
giveClassesAwayMethod · 0.95
getCharacterLevelMethod · 0.95
cloneMethod · 0.95
checkSkillModChangeMethod · 0.95
setXPTableMethod · 0.45
getXPTableLevelInfoMethod · 0.45

Calls 2

getSetMethod · 0.65
getMethod · 0.65