Package jag.game.type
Interface RSAnimationSequence
- All Superinterfaces:
RSDoublyLinkedNode
,RSNode
,RSProvider
-
Method Summary
Modifier and TypeMethodDescriptionint
int[]
int[]
int[]
int
int
int
int
int
int
int
boolean
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
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()
-