@override Vector3 floor() { x = x.floorToDouble(); y = y.floorToDouble(); z = z.floorToDouble(); return this; }