Package jag.game.type

Interface RSAnimationSequence

All Superinterfaces:
RSDoublyLinkedNode, RSNode, RSProvider

public interface RSAnimationSequence extends RSDoublyLinkedNode
  • Method Details

    • isStretch

      boolean isStretch()
    • getMainHand

      int getMainHand()
    • getReplayMode

      int getReplayMode()
    • getLoopOffset

      int getLoopOffset()
    • getFrameIds

      int[] getFrameIds()
    • getPriority

      int getPriority()
    • getAnimatingPrecedence

      int getAnimatingPrecedence()
    • getMaxLoops

      int getMaxLoops()
    • getFrameLengths

      int[] getFrameLengths()
    • getWalkingPrecedence

      int getWalkingPrecedence()
    • getInterleaveOrder

      int[] getInterleaveOrder()
    • getOffHand

      int getOffHand()