Uses of Interface
net.runelite.api.IndexedSprite
-
Packages that use IndexedSprite Package Description net.runelite.api -
-
Uses of IndexedSprite in net.runelite.api
Methods in net.runelite.api that return IndexedSprite Modifier and Type Method Description IndexedSpriteClient. createIndexedSprite()Creates an empty indexed sprite.IndexedSprite[]Client. getMapScene()Gets a sprite of the map sceneIndexedSprite[]Client. getModIcons()Gets an array of mod icon sprites.Methods in net.runelite.api with parameters of type IndexedSprite Modifier and Type Method Description voidClient. setModIcons(IndexedSprite[] modIcons)Replaces the current mod icons with a new array.
-