Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getSlotName
Method
getSlotName
code/src/java/pcgen/core/character/EquipSlot.java:119–122 ·
view source on GitHub ↗
Get slot name @return slot name
()
Source
from the content-addressed store, hash-verified
117
* @
return
slot name
118
*/
119
public
String getSlotName()
120
{
121
return
slotName;
122
}
123
124
/**
125
* Set slot number type
Callers
8
canEquip
Method · 0.95
parseLine
Method · 0.95
EquipNode
Method · 0.80
getSortKey
Method · 0.80
buildNodeList
Method · 0.80
getQuantity
Method · 0.80
getEquipSlotByName
Method · 0.80
getSingleLocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected