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.Runnable
This class represents a thread used to rotate the camera's pitch or angle.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CameraRotateThread.State
-
Constructor Summary
Constructors Constructor Description CameraRotateThread(Entity entity, boolean rotatePitch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFinished()
boolean
isSuccess()
void
run()
void
start()
void
stop()
-
-
-
Constructor Detail
-
CameraRotateThread
public CameraRotateThread(Entity entity, boolean rotatePitch)
-
-