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

Method apply

code/src/java/pcgen/core/kit/KitAlignment.java:47–51  ·  view source on GitHub ↗

Actually applies the alignment to this PC. @param aPC The PlayerCharacter the alignment is applied to

(PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

45 * @param aPC The PlayerCharacter the alignment is applied to
46 */
47 @Override
48 public void apply(PlayerCharacter aPC)
49 {
50 AlignmentCompat.setCurrentAlignment(aPC.getCharID(), align);
51 }
52
53 /**
54 * testApply

Callers 1

testApplyMethod · 0.95

Calls 2

setCurrentAlignmentMethod · 0.95
getCharIDMethod · 0.65

Tested by

no test coverage detected