Package net.runelite.api
Interface ActorSpotAnim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCycle()Get the frame cycle.intgetFrame()Get the spotanim frameintgetHeight()Get the spotanim heightintgetId()Get the spotanim idvoidsetCycle(int cycle)Set the frame cycle.voidsetFrame(int frame)Set the spotanim framevoidsetHeight(int height)Set the spotanim heightvoidsetId(int id)Set the spotanim id-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-
-
-
Method Detail
-
getId
int getId()
Get the spotanim id- Returns:
- See Also:
SpotanimID
-
setId
void setId(int id)
Set the spotanim id- Parameters:
id-- See Also:
SpotanimID
-
getHeight
int getHeight()
Get the spotanim height- Returns:
-
setHeight
void setHeight(int height)
Set the spotanim height- Parameters:
height-
-
getFrame
int getFrame()
Get the spotanim frame- Returns:
-
setFrame
void setFrame(int frame)
Set the spotanim frame- Parameters:
frame-
-
getCycle
int getCycle()
Get the frame cycle. The number of ticks the client has been on this frame.- Returns:
-
setCycle
void setCycle(int cycle)
Set the frame cycle.- Parameters:
cycle-
-
-