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

Method addACAdds

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

Appends to the ACTypeAddMap. @param ACType @param controls

(final String ACType, Collection<ACControl> controls)

Source from the content-addressed store, hash-verified

730 * @param controls
731 */
732 @Deprecated
733 public void addACAdds(final String ACType, Collection<ACControl> controls)
734 {
735 ACTypeAddMap.addAllToListFor(ACType, controls);
736 }
737
738 /**
739 * Add a data set to the list of Default Data Sets.

Callers 2

setUpMethod · 0.95
parseMethod · 0.80

Calls 1

addAllToListForMethod · 0.65

Tested by 1

setUpMethod · 0.76