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

Method setRace

code/src/java/pcgen/core/character/Follower.java:100–103  ·  view source on GitHub ↗

Set race @param x

(final Race x)

Source from the content-addressed store, hash-verified

98 * @param x
99 */
100 public void setRace(final Race x)
101 {
102 race = x;
103 }
104
105 /**
106 * Get race

Callers 2

addCompanionMethod · 0.95
parseFollowerLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected