MCPcopy 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

testNestedAbilitiesMethod · 0.95
setMasterMethod · 0.95
getRaceBonusToMethod · 0.95
getSpellListMethod · 0.95
calcActiveBonusesMethod · 0.95
getBonusLanguageCountMethod · 0.95
getSpellClassListMethod · 0.95
incrementClassLevelMethod · 0.95
recalcSkillPointModMethod · 0.95
updateBaseSkillModMethod · 0.95
setCalcFollowerBonusMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 1

testNestedAbilitiesMethod · 0.76