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

Method PlayerCharacter

code/src/java/pcgen/core/PlayerCharacter.java:511–514  ·  view source on GitHub ↗

Constructor.

()

Source from the content-addressed store, hash-verified

509 * Constructor.
510 */
511 public PlayerCharacter()
512 {
513 this(Collections.emptyList());
514 }
515
516 /**
517 * Constructor.

Callers

nothing calls this directly

Calls 15

getContextMethod · 0.95
getIDMethod · 0.95
getDataSetIDMethod · 0.95
getFacetMethod · 0.95
getReferenceContextMethod · 0.95
doFormulaSetupMethod · 0.95
getGameAsPropertyMethod · 0.95
setRaceMethod · 0.95
getUnselectedRaceMethod · 0.95

Tested by

no test coverage detected