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

Method getInfo

code/src/java/pcgen/cdom/facet/model/SizeFacet.java:290–293  ·  view source on GitHub ↗

Returns the type-safe SizeFacetInfo for this SizeFacet and the given CharID. Will return a null if no Size information has been set for the given CharID. Note that this method SHOULD NOT be public. The SizeFacetInfo object is owned by SizeFacet, and since it can be modified, a reference to that obj

(CharID id)

Source from the content-addressed store, hash-verified

288 * given CharID.
289 */
290 private SizeFacetInfo getInfo(CharID id)
291 {
292 return (SizeFacetInfo) getCache(id);
293 }
294
295 /**
296 * SizeFacetInfo is the data structure used by SizeFacet to store a Player

Callers 4

racialSizeIntMethod · 0.95
getMethod · 0.95
getConstructingInfoMethod · 0.95
copyContentsMethod · 0.95

Calls 1

getCacheMethod · 0.80

Tested by

no test coverage detected