Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ removeHP
Method
removeHP
code/src/java/pcgen/core/PlayerCharacter.java:9111–9114 ·
view source on GitHub ↗
(PCClassLevel pcl)
Source
from the content-addressed store, hash-verified
9109
}
9110
9111
public
void
removeHP(PCClassLevel pcl)
9112
{
9113
hitPointFacet.remove(id, pcl);
9114
}
9115
9116
public
void
addClassSpellList(CDOMListObject<Spell> list, PCClass pcClass)
9117
{
Callers
1
subLevel
Method · 0.80
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected