June 26, 201312 yr you could use: client.moveCameraToPosition(object.getPosition()); client.moveCameraToEntity(object); (this one didn't work for me) Or just walk to the object if it's not on screen.
June 26, 201312 yr Author you could use: client.moveCameraToPosition(object.getPosition()); client.moveCameraToEntity(object); (this one didn't work for me) Or just walk to the object if it's not on screen. Yeah the second way did not work... Hence the question :P Thanks a bunch