Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getItem
Method
getItem
code/src/java/pcgen/core/character/EquipSet.java:231–234 ·
view source on GitHub ↗
Get item @return eq_item
()
Source
from the content-addressed store, hash-verified
229
* @
return
eq_item
230
*/
231
public
Equipment getItem()
232
{
233
return
eq_item;
234
}
235
236
/**
237
* Set name
Callers
13
addChildrenToPath
Method · 0.95
addEquipment
Method · 0.95
removeEquipment
Method · 0.95
addNoteToItem
Method · 0.95
parseEquipmentSetLine
Method · 0.95
resolveDuplicateEquipmentSets
Method · 0.95
verifyEquipSet
Method · 0.45
updateEquipSetItem
Method · 0.45
delEquipSetItem
Method · 0.45
setCalcEquipmentList
Method · 0.45
canEquipItem
Method · 0.45
chooseItemToBeMoved
Method · 0.45
Calls
no outgoing calls
Tested by
1
verifyEquipSet
Method · 0.36