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

Method getLoadMultiplier

code/src/java/pcgen/core/system/LoadInfo.java:193–200  ·  view source on GitHub ↗

Get the load multiplier @param encumbranceType @return load multiplier

(String encumbranceType)

Source from the content-addressed store, hash-verified

191 * @return load multiplier
192 */
193 public Float getLoadMultiplier(String encumbranceType)
194 {
195 if (loadMultiplierMap.containsKey(encumbranceType))
196 {
197 return loadMultiplierMap.get(encumbranceType).multiplier();
198 }
199 return null;
200 }
201
202 /**
203 * Get the load move formula

Callers 4

processMethod · 0.80
refreshTotalWeightMethod · 0.80
getLoadTypeMethod · 0.80
getLoadTokenMethod · 0.80

Calls 2

containsKeyMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected