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

Method getName

code/src/java/pcgen/core/character/Follower.java:91–94  ·  view source on GitHub ↗

Get name @return name

()

Source from the content-addressed store, hash-verified

89 * @return name
90 */
91 public String getName()
92 {
93 return name;
94 }
95
96 /**
97 * Set race

Callers 7

testAddCompanionMethod · 0.95
getMasterMethod · 0.95
getMasterPCMethod · 0.95
resolveMethod · 0.95
parseFollowerLineMethod · 0.95
parseMasterLineMethod · 0.95
appendFollowerLinesMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAddCompanionMethod · 0.76