public interface IStitchRotationUtil { Vector2f getRotationToTarget(Entity entity); void setRotation(float yaw, float pitch); Vector2f getRotation(); }
Last updated 2 months ago