Package net.runelite.api
Interface Texture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAnimationDirection()
int
getAnimationSpeed()
int[]
getPixels()
float
getU()
float
getV()
boolean
isLoaded()
void
setU(float u)
void
setV(float v)
-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-