5657585960616263646566
if (y == -1) { return; } final WellObject well = new WellObject(); if (well.canPlaceObject(world, x, y, z)) { well.placeObject(world, x, y, z); } } private int getHighestWorkableBlock(World w, int x, int z) { int y = w.getSurfaceHeight(x, z);