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

Method hasPrerequisites

code/src/java/pcgen/cdom/base/CDOMObject.java:1249–1253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1247 }
1248
1249 @Override
1250 public boolean hasPrerequisites()
1251 {
1252 return super.hasPrerequisites() || (getListFor(ListKey.ALLOW) != null) || (getListFor(ListKey.ENABLE) != null);
1253 }
1254
1255 @Override
1256 public boolean isAvailable(PlayerCharacter aPC)

Callers

nothing calls this directly

Calls 2

getListForMethod · 0.95
hasPrerequisitesMethod · 0.65

Tested by

no test coverage detected