Package net.runelite.client.game
Interface SpriteOverride
-
- All Known Implementing Classes:
TabSprites
public interface SpriteOverride
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()The file name for the resource to be loaded, relative to the implementing classintgetSpriteId()An ID for a sprite.
-
-
-
Method Detail
-
getSpriteId
int getSpriteId()
An ID for a sprite. Negative numbers are used by RuneLite specific sprites- See Also:
SpriteID
-
getFileName
String getFileName()
The file name for the resource to be loaded, relative to the implementing class
-
-