Package net.eternalclient.api.rs
Interface RSSequenceDefinition
-
- All Superinterfaces:
RSAnimation,RSNode
public interface RSSequenceDefinition extends RSNode, RSAnimation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getChatFrameIds()intgetFrameCount()int[]getFrameIDs()int[]getFrameLengths()intgetId()booleanisCachedModelIdSet()voidsetId(int id)RSModeltransformObjectModel(RSModel var1, int var2, int var3)RSModeltransformSpotAnimationModel(RSModel var1, int var2)-
Methods inherited from interface net.eternalclient.api.rs.RSAnimation
getSkeleton, getTransformCount, getTransformTypes, getTranslatorX, getTranslatorY, getTranslatorZ, isShowing
-
Methods inherited from interface net.eternalclient.api.rs.RSNode
getHash, getNext, getPrevious, onUnlink, setHash, setNext, setPrevious, unlink
-
-