Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTotalRank
Method · 0.80
sanityChecks
Method · 0.80
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected