MCPcopy Create free account
hub / github.com/PCGen/pcgen / getClassInfo

Method getClassInfo

code/src/java/pcgen/cdom/facet/model/ClassFacet.java:356–359  ·  view source on GitHub ↗

Returns the ClassInfo for this ClassFacet and the given CharID. May return null if no information has been set in this ClassFacet for the given CharID. Note that this method SHOULD NOT be public. The ClassInfo is owned by ClassFacet, and since it can be modified, a reference to that object should n

(CharID id)

Source from the content-addressed store, hash-verified

354 * for the Player Character.
355 */
356 private ClassInfo getClassInfo(CharID id)
357 {
358 return (ClassInfo) getCache(id);
359 }
360
361 /**
362 * Returns a ClassInfo for this ClassFacet and the given CharID. Will return

Callers 11

setClassLevelMethod · 0.95
getClassLevelMethod · 0.95
removeClassMethod · 0.95
replaceClassMethod · 0.95
getSetMethod · 0.95
getCountMethod · 0.95
isEmptyMethod · 0.95
containsMethod · 0.95
getLevelMethod · 0.95
copyContentsMethod · 0.95

Calls 1

getCacheMethod · 0.80

Tested by

no test coverage detected