5859606162636465666768
} final int y = getHighestWorkableBlock(world, x, z); if (y == -1) { continue; } if (tree.canPlaceObject(world, x, y, z)) { tree.placeObject(world, x, y, z); } } }