getwalking.walk(myPosition().translate(0, 2,));
translate
public Position translate(int x,
int y)
Creates a cloned instance of this position with the given translation.
Parameters:
x - The x value to translate.
y - The y value to translate.
Returns:
The new position object.