@override Vector3 round() { x = x.roundToDouble(); y = y.roundToDouble(); z = z.roundToDouble(); return this; }