Package net.runelite.api
Interface SequenceDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getChatFrameIds()Get id of all frames in the animation sequence for the chat head's model animation.intgetFrameCount()Get the number of frames in the animation sequenceint[]getFrameIDs()Get id of all frames in the animation sequenceint[]getFrameLengths()Get the length in game ticks, that each animation frame is displayed for.-
Methods inherited from interface net.runelite.api.DualNode
unlinkDual
-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-
-
-
Method Detail
-
getFrameCount
int getFrameCount()
Get the number of frames in the animation sequence
-
getFrameIDs
int[] getFrameIDs()
Get id of all frames in the animation sequence
-
getFrameLengths
int[] getFrameLengths()
Get the length in game ticks, that each animation frame is displayed for.
-
getChatFrameIds
int[] getChatFrameIds()
Get id of all frames in the animation sequence for the chat head's model animation.
-
-