Uses of Class
net.runelite.cache.fs.Index
-
Packages that use Index Package Description net.runelite.cache.fs -
-
Uses of Index in net.runelite.cache.fs
Methods in net.runelite.cache.fs that return Index Modifier and Type Method Description IndexStore. addIndex(int id)IndexStore. findIndex(int id)IndexArchive. getIndex()IndexStore. getIndex(IndexType type)Methods in net.runelite.cache.fs that return types with arguments of type Index Modifier and Type Method Description List<Index>Store. getIndexes()Methods in net.runelite.cache.fs with parameters of type Index Modifier and Type Method Description voidStore. removeIndex(Index index)Constructors in net.runelite.cache.fs with parameters of type Index Constructor Description Archive(Index index, int id)
-