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

Method hasClass

code/src/java/pcgen/core/PlayerCharacter.java:8610–8613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8608 }
8609
8610 public boolean hasClass()
8611 {
8612 return !classFacet.isEmpty(id);
8613 }
8614
8615 public void removeClass(PCClass pcc)
8616 {

Callers 2

getTotalRankMethod · 0.80
sanityChecksMethod · 0.80

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected