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

Method addSubClass

code/src/java/pcgen/core/PCClass.java:543–547  ·  view source on GitHub ↗
(final SubClass sClass)

Source from the content-addressed store, hash-verified

541 * construction of the PCClassLevel
542 */
543 public final void addSubClass(final SubClass sClass)
544 {
545 sClass.put(ObjectKey.LEVEL_HITDIE, get(ObjectKey.LEVEL_HITDIE));
546 addToListFor(ListKey.SUB_CLASS, sClass);
547 }
548
549 /*
550 * PCCLASSONLY This is really an item that the PCClass knows, and then the

Callers 1

parseLineMethod · 0.80

Calls 3

putMethod · 0.65
getMethod · 0.65
addToListForMethod · 0.65

Tested by

no test coverage detected