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 int
getAnimatingPrecedence()
int[]
getFrameIds()
int[]
getFrameLengths()
int[]
getInterleaveOrder()
int
getLoopOffset()
int
getMainHand()
int
getMaxLoops()
int
getOffHand()
int
getPriority()
int
getReplayMode()
int
getWalkingPrecedence()
boolean
isStretch()
-
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()
-
-