Class CameraRotateThread.State

  • Enclosing class:
    CameraRotateThread

    public class CameraRotateThread.State
    extends java.lang.Object
    • Field Detail

      • entity

        public Entity entity
      • rotatePitch

        public boolean rotatePitch
      • thread

        public java.lang.Thread thread
      • success

        public boolean success
      • finished

        public boolean finished
    • Constructor Detail

      • State

        public State()
    • Method Detail

      • getEntity

        public Entity getEntity()
      • isRotatePitch

        public boolean isRotatePitch()
      • getThread

        public java.lang.Thread getThread()
      • isSuccess

        public boolean isSuccess()
      • isFinished

        public boolean isFinished()
      • 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)