MCPcopy 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

constructMethod · 0.95
testWithChooseMethod · 0.95

Calls 1

setCDOMCategoryMethod · 0.95

Tested by 2

constructMethod · 0.76
testWithChooseMethod · 0.76