Uses of Interface
net.runelite.api.IndexDataBase
-
Packages that use IndexDataBase Package Description net.runelite.api -
-
Uses of IndexDataBase in net.runelite.api
Methods in net.runelite.api that return IndexDataBase Modifier and Type Method Description IndexDataBaseClient. getIndex(int id)Gets an index by idIndexDataBaseClient. getIndexConfig()Gets the config index.IndexDataBaseClient. getIndexScripts()Gets the script index.IndexDataBaseClient. getIndexSprites()Gets the sprite index.Methods in net.runelite.api with parameters of type IndexDataBase Modifier and Type Method Description SpritePixels[]Client. getSprites(IndexDataBase source, int archiveId, int fileId)Loads and creates the sprite images of the passed archive and file IDs.
-