Package net.runelite.api
Interface ActorSpotAnim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCycle()
Get the frame cycle.int
getFrame()
Get the spotanim frameint
getHeight()
Get the spotanim heightint
getId()
Get the spotanim idvoid
setCycle(int cycle)
Set the frame cycle.void
setFrame(int frame)
Set the spotanim framevoid
setHeight(int height)
Set the spotanim heightvoid
setId(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:
GraphicID
-
setId
void setId(int id)
Set the spotanim id- Parameters:
id
-- See Also:
GraphicID
-
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
-
-
-