Interface IAnimation


  • public interface IAnimation
    • Method Detail

      • currentFrame

        IFrame currentFrame()
      • getFrames

        IFrame[] getFrames()
      • setName

        IAnimation setName​(java.lang.String name)
      • getName

        java.lang.String getName()
      • getSpeed

        float getSpeed()
      • setSmooth

        IAnimation setSmooth​(byte smooth)
      • isSmooth

        byte isSmooth()
      • useRenderTicks

        IAnimation useRenderTicks​(boolean renderTicks)
      • useRenderTicks

        boolean useRenderTicks()
      • doWhileStanding

        IAnimation doWhileStanding​(boolean whileStanding)
      • doWhileStanding

        boolean doWhileStanding()
      • doWhileMoving

        IAnimation doWhileMoving​(boolean whileMoving)
      • doWhileMoving

        boolean doWhileMoving()
      • doWhileAttacking

        IAnimation doWhileAttacking​(boolean whileAttacking)
      • doWhileAttacking

        boolean doWhileAttacking()
      • setLoop

        IAnimation setLoop​(int loopAtFrame)
      • loop

        int loop()
      • getID

        int getID()
      • setID

        void setID​(int id)
        Do not use this unless you know what you are changing. Dangerous to change.