MCPcopy Create free account
hub / github.com/PCGen/pcgen / getEqMods

Method getEqMods

code/src/java/pcgen/core/kit/KitGear.java:526–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524 }
525
526 public List<EqModRef> getEqMods()
527 {
528 return Collections.unmodifiableList(mods);
529 }
530}

Callers 1

unparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected