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

Method getPreReqHTMLStrings

code/src/java/pcgen/core/Kit.java:369–373  ·  view source on GitHub ↗
(PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

367 }
368
369 private String getPreReqHTMLStrings(PlayerCharacter aPC)
370 {
371 return PrerequisiteUtilities.preReqHTMLStringsForList(aPC, this, getPrerequisiteList(), false)
372 + AllowUtilities.getAllowInfo(aPC, this);
373 }
374
375 public static void applyKit(final Kit aKit, final PlayerCharacter aPC)
376 {

Callers 1

getInfoMethod · 0.95

Calls 3

getAllowInfoMethod · 0.95
getPrerequisiteListMethod · 0.65

Tested by

no test coverage detected