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

Method setRecLevelMin

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

Sets the minimal recommended level @param recLevelMin

(final int recLevelMin)

Source from the content-addressed store, hash-verified

141 * @param recLevelMin
142 */
143 public void setRecLevelMin(final int recLevelMin) {
144 this.recLevelMin = recLevelMin;
145 callWorldChangeListeners();
146 }
147
148 /**
149 * Gets the maximal recommended level

Callers 4

testGetRecLevelMinMethod · 0.95
testSetRecLevelMinMethod · 0.95
readFileMethod · 0.95
saveMethod · 0.80

Calls 1

Tested by 2

testGetRecLevelMinMethod · 0.76
testSetRecLevelMinMethod · 0.76