IStitchRotationUtil

public interface IStitchRotationUtil {

    Vector2f getRotationToTarget(Entity entity);

    void setRotation(float yaw, float pitch);

    Vector2f getRotation();

}

Last updated