Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testAddCompanion
Method · 0.95
getMaster
Method · 0.95
getMasterPC
Method · 0.95
resolve
Method · 0.95
parseFollowerLine
Method · 0.95
parseMasterLine
Method · 0.95
appendFollowerLines
Method · 0.95
Calls
no outgoing calls
Tested by
1
testAddCompanion
Method · 0.76