Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getNodeList
Method
getNodeList
code/src/java/pcgen/core/character/EquipSet.java:594–597 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
592
}
593
594
public
DefaultListFacade<EquipNode> getNodeList()
595
{
596
return
nodeList;
597
}
598
599
public
void
setNodeList(DefaultListFacade<EquipNode> nodeList)
600
{
Callers
1
canEquip
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected