Class CameraRotateThread.State
- java.lang.Object
-
- net.eternalclient.api.wrappers.camera.CameraRotateThread.State
-
- Enclosing class:
- CameraRotateThread
public class CameraRotateThread.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description EntityentitybooleanfinishedCameraRotateThreadinstancebooleanrotatePitchbooleansuccessjava.lang.Threadthread
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitygetEntity()CameraRotateThreadgetInstance()java.lang.ThreadgetThread()booleanisFinished()booleanisRotatePitch()booleanisSuccess()voidsetEntity(Entity entity)voidsetFinished(boolean finished)voidsetInstance(CameraRotateThread instance)voidsetRotatePitch(boolean rotatePitch)voidsetSuccess(boolean success)voidsetThread(java.lang.Thread thread)
-
-
-
Field Detail
-
instance
public CameraRotateThread instance
-
entity
public Entity entity
-
rotatePitch
public boolean rotatePitch
-
thread
public java.lang.Thread thread
-
success
public boolean success
-
finished
public boolean finished
-
-
Method Detail
-
getInstance
public CameraRotateThread getInstance()
-
getEntity
public Entity getEntity()
-
isRotatePitch
public boolean isRotatePitch()
-
getThread
public java.lang.Thread getThread()
-
isSuccess
public boolean isSuccess()
-
isFinished
public boolean isFinished()
-
setInstance
public void setInstance(CameraRotateThread instance)
-
setEntity
public void setEntity(Entity entity)
-
setRotatePitch
public void setRotatePitch(boolean rotatePitch)
-
setThread
public void setThread(java.lang.Thread thread)
-
setSuccess
public void setSuccess(boolean success)
-
setFinished
public void setFinished(boolean finished)
-
-