final int baseX = base.getFloorX();
final int baseY = base.getFloorY();
final int baseZ = base.getFloorZ();
buffer.forEach(new CuboidBlockMaterialProcedure() {
@Override
public boolean execute(int x, int y, int z, short id, short data) {
x -= baseX;
z -= baseZ;