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

Method get

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

Returns the SizeAdjustment active for the Player Character identified by the given CharID. @param id The CharID identifying the Player Character for which the SizeAdjustment will be returned @return The SizeAdjustment active for the Player Character identified by the g

(CharID id)

Source from the content-addressed store, hash-verified

227 * the given CharID
228 */
229 @Override
230 public SizeAdjustment get(CharID id)
231 {
232 SizeFacetInfo info = getInfo(id);
233 return info == null ? SizeUtilities.getDefaultSizeAdjustment() : info.sizeAdj;
234 }
235
236 /**
237 * Returns the abbreviation of the SizeAdjustment active for the Player

Callers 1

getSizeAbbMethod · 0.95

Calls 2

getInfoMethod · 0.95

Tested by

no test coverage detected