Sets the minimal recommended level @param recLevelMin
(final int recLevelMin)
| 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 |