* Gets the maximum amount of large blocks in this terrain. * @return The maximum amount. */
| 191 | * @return The maximum amount. |
| 192 | */ |
| 193 | int RuleTerrain::getLargeBlockLimit() const |
| 194 | { |
| 195 | return _largeBlockLimit; |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Resets the remaining uses of each mapblock. |