5455565758596061626364
if (y == -1) { return; } final SpireObject spire = new SpireObject(); spire.setRandom(random); spire.randomize(); if (spire.canPlaceObject(world, x, y, z)) { spire.placeObject(world, x, y, z); } }