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

Method hasEqMods

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

Source from the content-addressed store, hash-verified

519 }
520
521 public boolean hasEqMods()
522 {
523 return mods != null && !mods.isEmpty();
524 }
525
526 public List<EqModRef> getEqMods()
527 {

Callers 1

unparseMethod · 0.80

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected