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

Method getClassInfo

code/src/java/pcgen/cdom/facet/AgeSetKitFacet.java:136–139  ·  view source on GitHub ↗

Returns the Cached Info for this AgeSetKitFacet and the given CharID. May return null if no information has been set in this AgeSetKitFacet for the given CharID. Note that this method SHOULD NOT be public. The CacheInfo is owned by AgeSetKitFacet, and since it can be modified, a reference to that o

(CharID id)

Source from the content-addressed store, hash-verified

134 * AgeSetKitFacet for the Player Character.
135 */
136 private CacheInfo getClassInfo(CharID id)
137 {
138 return (CacheInfo) getCache(id);
139 }
140
141 /**
142 * Returns a non-null CacheInfo for this AgeSetKitFacet and the given

Callers 2

copyContentsMethod · 0.95

Calls 1

getCacheMethod · 0.80

Tested by

no test coverage detected