Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ newInstance
Method
newInstance
code/src/java/pcgen/core/AbilityCategory.java:621–627 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
619
}
620
621
@Override
622
public
Ability newInstance()
623
{
624
Ability a =
new
Ability();
625
a.setCDOMCategory(this);
626
return
a;
627
}
628
629
@Override
630
public
boolean isMember(Ability item)
Callers
2
construct
Method · 0.95
testWithChoose
Method · 0.95
Calls
1
setCDOMCategory
Method · 0.95
Tested by
2
construct
Method · 0.76
testWithChoose
Method · 0.76