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

Method addACRemoves

code/src/java/pcgen/core/GameMode.java:721–725  ·  view source on GitHub ↗

Appends to the ACTypeRemoveMap. @param ACType @param controls

(final String ACType, Collection<ACControl> controls)

Source from the content-addressed store, hash-verified

719 * @param controls
720 */
721 @Deprecated
722 public void addACRemoves(final String ACType, Collection<ACControl> controls)
723 {
724 ACTypeRemoveMap.addAllToListFor(ACType, controls);
725 }
726
727 /**
728 * Appends to the ACTypeAddMap.

Callers 1

parseMethod · 0.80

Calls 1

addAllToListForMethod · 0.65

Tested by

no test coverage detected