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

Method getMaxLoad

code/src/java/pcgen/cdom/facet/analysis/LoadFacet.java:97–100  ·  view source on GitHub ↗

Returns the maximum Load for the Player Character identified by the given CharID. @param id The CharID identifying the Player Character for which the maximum Load should be returned. @return The Maximum load for the Player Character identified by the given CharID

(CharID id)

Source from the content-addressed store, hash-verified

95 * CharID
96 */
97 public Float getMaxLoad(CharID id)
98 {
99 return getMaxLoad(id, 1.0);
100 }
101
102 /**
103 * Returns the maximum Load for the Player Character identified by the given

Callers 2

getLoadTypeMethod · 0.95
getCapacityTokenMethod · 0.45

Calls 12

getGameAsPropertyMethod · 0.95
getLoadMultForSizeMethod · 0.95
getFormulaForMethod · 0.95
intValueMethod · 0.80
getLoadScoreValueMethod · 0.80
getLoadInfoMethod · 0.80
doubleValueMethod · 0.80
resolveMethod · 0.65
getMethod · 0.65
toStringMethod · 0.65
replaceAllMethod · 0.45

Tested by

no test coverage detected