Uses of Class
net.runelite.cache.definitions.DBTableIndex
-
Packages that use DBTableIndex Package Description net.runelite.cache net.runelite.cache.definitions.loaders -
-
Uses of DBTableIndex in net.runelite.cache
Methods in net.runelite.cache that return DBTableIndex Modifier and Type Method Description DBTableIndexDBTableIndexManager. get(int tableId, int columnId)Gets the index for the specified table and column.DBTableIndexDBTableIndexManager. getMaster(int tableId)Gets the master index for the specified table.Methods in net.runelite.cache that return types with arguments of type DBTableIndex Modifier and Type Method Description Collection<DBTableIndex>DBTableIndexManager. getIndexes() -
Uses of DBTableIndex in net.runelite.cache.definitions.loaders
Methods in net.runelite.cache.definitions.loaders that return DBTableIndex Modifier and Type Method Description DBTableIndexDBTableIndexLoader. load(int tableId, int columnId, byte[] b)
-