Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setName
Method
setName
code/src/java/pcgen/core/character/Follower.java:82–85 ·
view source on GitHub ↗
Set name @param x
(final String x)
Source
from the content-addressed store, hash-verified
80
* @param x
81
*/
82
public
void
setName(
final
String x)
83
{
84
name = x;
85
}
86
87
/**
88
* Get name
Callers
3
addMasterListeners
Method · 0.95
parseFollowerLine
Method · 0.95
parseMasterLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected