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

Method getName

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

Gets the character's name. @return The name

()

Source from the content-addressed store, hash-verified

1683 * @return The name
1684 */
1685 public String getName()
1686 {
1687 return getSafeStringFor(PCStringKey.NAME);
1688 }
1689
1690 /**
1691 * Takes all the Temporary Bonuses and Merges them into just the unique

Callers 5

testAddCompanionMethod · 0.95
getExportCharacterMethod · 0.95
toStringMethod · 0.95
setMasterMethod · 0.95
openPcInternalMethod · 0.95

Calls 1

getSafeStringForMethod · 0.95

Tested by 1

testAddCompanionMethod · 0.76