Class CameraRotateThread
- java.lang.Object
-
- net.eternalclient.api.wrappers.camera.CameraRotateThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class CameraRotateThread extends java.lang.Object implements java.lang.RunnableThis class represents a thread used to rotate the camera's pitch or angle.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCameraRotateThread.State
-
Constructor Summary
Constructors Constructor Description CameraRotateThread(Entity entity, boolean rotatePitch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFinished()booleanisSuccess()voidrun()voidstart()voidstop()
-
-
-
Constructor Detail
-
CameraRotateThread
public CameraRotateThread(Entity entity, boolean rotatePitch)
-
-