@return the Height of the Water Level that should probably be in this World.
(World aWorld)
| 415 | |
| 416 | /** @return the Height of the Water Level that should probably be in this World. */ |
| 417 | public static int waterLevel(World aWorld) { |
| 418 | return waterLevel(aWorld.provider, 62); |
| 419 | } |
| 420 | /** @return the Height of the Water Level that should probably be in this World. */ |
| 421 | public static int waterLevel(WorldProvider aProvider) { |
| 422 | return waterLevel(aProvider, 62); |