Package jag.game.type
Interface RSAnimationSequence
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSAnimationSequence extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAnimatingPrecedence()int[]getFrameIds()int[]getFrameLengths()int[]getInterleaveOrder()intgetLoopOffset()intgetMainHand()intgetMaxLoops()intgetOffHand()intgetPriority()intgetReplayMode()intgetWalkingPrecedence()booleanisStretch()-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
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()
-
-