I am aware of Legendre's method for solving the Quadratic Diophantine Equation (QDE) of the form
$$ Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0 \tag{1} $$
by transforming them into a Pell-type equation.
I have the following equation:
$$ x^3+4xy-8(n+1)y+4(n+1)^2=0 \tag{2} $$
where $n$ is a constant.
The leading monomial is of degree $3$. So it isn't a QDE.
Are there any methods for solving equations of type (2) with a cubic term?