Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getRace
Method
getRace
code/src/java/pcgen/core/PlayerCharacter.java:1757–1760 ·
view source on GitHub ↗
Get the character's race. @return the character's race
()
Source
from the content-addressed store, hash-verified
1755
* @
return
the character's race
1756
*/
1757
public
Race getRace()
1758
{
1759
return
raceFacet.get(id);
1760
}
1761
1762
/**
1763
* Set the character's region.
Callers
12
testNestedAbilities
Method · 0.95
setMaster
Method · 0.95
getRaceBonusTo
Method · 0.95
getSpellList
Method · 0.95
calcActiveBonuses
Method · 0.95
getBonusLanguageCount
Method · 0.95
calculateSaveBonusRace
Method · 0.95
getSpellClassList
Method · 0.95
incrementClassLevel
Method · 0.95
recalcSkillPointMod
Method · 0.95
updateBaseSkillMod
Method · 0.95
setCalcFollowerBonus
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
1
testNestedAbilities
Method · 0.76