MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / waterLevel

Method waterLevel

src/main/java/gregapi/util/WD.java:417–419  ·  view source on GitHub ↗

@return the Height of the Water Level that should probably be in this World.

(World aWorld)

Source from the content-addressed store, hash-verified

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);

Callers 15

onCheckSpawnEventMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateVeinMethod · 0.95
infiniteWaterMethod · 0.95
WorldgenRiverClass · 0.95
generateMethod · 0.95
WorldgenOceanClass · 0.95
generateMethod · 0.95
generateMethod · 0.95
WorldgenSwampClass · 0.95
generateMethod · 0.95

Calls 1

dimTFMethod · 0.95

Tested by 1

WorldgenTestingMethod · 0.76