160161162163164165166167168169170
/* draw the pillar */ // TODO: start pillar at ground instead of just 100 meters below the bridge target.drawColumn(Materials.BRIDGE_PILLAR_DEFAULT, null, top.addY(-100), 100, 0.2, 0.2, false, false); }
113114115116117118119120121122123
upper.getPosXYZ()); drawArrow(target, MIN_VDIST_COLOR, (float) (distance / 2), base, base.addY(distance)); } @Override public void requireIncline(ConstraintType type, double incline,