Vector3 getPos({Vector3? direction}) { return Vector3( getX(direction: direction), getY(direction: direction), getZ(direction: direction), ); }