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

Method removeTemplate

code/src/java/pcgen/core/PlayerCharacter.java:5496–5500  ·  view source on GitHub ↗
(final PCTemplate inTmpl)

Source from the content-addressed store, hash-verified

5494 }
5495
5496 public void removeTemplate(final PCTemplate inTmpl)
5497 {
5498 templateInputFacet.remove(id, inTmpl);
5499 setDirty(true);
5500 }
5501
5502 private static String replaceMasterString(String aString, final int aNum)
5503 {

Callers 7

testMinValueStatMethod · 0.95
testIsNonAbilityMethod · 0.95
testLockedStatsMethod · 0.95
testLargeWpnBonusMethod · 0.95
dataAddedMethod · 0.95
dataRemovedMethod · 0.95
setMasterMethod · 0.95

Calls 2

setDirtyMethod · 0.95
removeMethod · 0.65

Tested by 4

testMinValueStatMethod · 0.76
testIsNonAbilityMethod · 0.76
testLockedStatsMethod · 0.76
testLargeWpnBonusMethod · 0.76