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

Method setEyeColor

code/src/java/pcgen/core/PlayerCharacter.java:1150–1153  ·  view source on GitHub ↗

Set the characters eye colour. @param aString the colour of their eyes

(final String aString)

Source from the content-addressed store, hash-verified

1148 * @param aString the colour of their eyes
1149 */
1150 public void setEyeColor(final String aString)
1151 {
1152 setStringFor(PCStringKey.EYECOLOR, aString);
1153 }
1154
1155 /**
1156 * Get a number that represents the number of feats added to this character

Callers

nothing calls this directly

Calls 1

setStringForMethod · 0.95

Tested by

no test coverage detected