Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ PlayerCharacter
Method
PlayerCharacter
code/src/java/pcgen/core/PlayerCharacter.java:511–514 ·
view source on GitHub ↗
Constructor.
()
Source
from the content-addressed store, hash-verified
509
* Constructor.
510
*/
511
public
PlayerCharacter()
512
{
513
this(Collections.emptyList());
514
}
515
516
/**
517
* Constructor.
Callers
nothing calls this directly
Calls
15
getContext
Method · 0.95
getID
Method · 0.95
getDataSetID
Method · 0.95
getFacet
Method · 0.95
associatePlayerCharacter
Method · 0.95
getReferenceContext
Method · 0.95
constructNowIfNecessary
Method · 0.95
doFormulaSetup
Method · 0.95
getGameAsProperty
Method · 0.95
setRace
Method · 0.95
getUnselectedRace
Method · 0.95
getSortkeySortedCDOMObjects
Method · 0.95
Tested by
no test coverage detected