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

Method addSubstitutionClass

code/src/java/pcgen/core/PCClass.java:554–558  ·  view source on GitHub ↗
(final SubstitutionClass sClass)

Source from the content-addressed store, hash-verified

552 * during the construction of the PCClassLevel
553 */
554 public final void addSubstitutionClass(final SubstitutionClass sClass)
555 {
556 sClass.put(ObjectKey.LEVEL_HITDIE, get(ObjectKey.LEVEL_HITDIE));
557 addToListFor(ListKey.SUBSTITUTION_CLASS, sClass);
558 }
559
560 /**
561 * returns the value at which another attack is gained attackCycle of 4

Callers 1

parseLineMethod · 0.80

Calls 3

putMethod · 0.65
getMethod · 0.65
addToListForMethod · 0.65

Tested by

no test coverage detected