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

Method setAdjustment

code/src/java/pcgen/core/character/Follower.java:150–153  ·  view source on GitHub ↗
(final int anAdjustment)

Source from the content-addressed store, hash-verified

148 }
149
150 public void setAdjustment(final int anAdjustment)
151 {
152 theAdjustment = anAdjustment;
153 }
154
155 public int getAdjustment()
156 {

Callers 3

addCompanionMethod · 0.95
linkCompanionMethod · 0.95
parseMasterLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected