public void move(BodyPart other) { x = other.x; y = other.y; }
public BodyPart(BodyPart other) { x = other.x; y = other.y; }