MCPcopy Create free account
hub / github.com/PCGen/pcgen / getGenderString

Method getGenderString

code/src/java/pcgen/core/PlayerCharacter.java:9843–9846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9841 }
9842
9843 public String getGenderString()
9844 {
9845 return genderFacet.getGender(id).toString();
9846 }
9847
9848 public Gender getGenderObject()
9849 {

Callers 3

getTokenMethod · 0.80
passesMethod · 0.80
generateHeightWeightMethod · 0.80

Calls 2

toStringMethod · 0.65
getGenderMethod · 0.45

Tested by 1

passesMethod · 0.64