MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setRecLevelMax

Method setRecLevelMax

src/main/java/mudmap2/backend/Place.java:160–163  ·  view source on GitHub ↗

Sets the maximal recommended level @param recLevelMax

(final int recLevelMax)

Source from the content-addressed store, hash-verified

158 * @param recLevelMax
159 */
160 public void setRecLevelMax(final int recLevelMax) {
161 this.recLevelMax = recLevelMax;
162 callWorldChangeListeners();
163 }
164
165 /**
166 * Gets the information ring (colored ring on place tile)

Callers 3

testGetRecLevelMaxMethod · 0.95
testSetRecLevelMaxMethod · 0.95
saveMethod · 0.80

Calls 1

Tested by 2

testGetRecLevelMaxMethod · 0.76
testSetRecLevelMaxMethod · 0.76