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/SpellBook.java:120–123 ·
view source on GitHub ↗
@return Returns the name.
()
Source
from the content-addressed store, hash-verified
118
* @
return
Returns the name.
119
*/
120
public
final
String getName()
121
{
122
return
name;
123
}
124
125
/**
126
* @param name The name to set.
Callers
4
testAvailableSpellsMemorizedDivine
Method · 0.95
getToken
Method · 0.95
dataAdded
Method · 0.95
parseSpellBookLines
Method · 0.95
Calls
no outgoing calls
Tested by
1
testAvailableSpellsMemorizedDivine
Method · 0.76