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