Uses of Class
net.runelite.cache.IndexType
-
Packages that use IndexType Package Description net.runelite.cache net.runelite.cache.fs -
-
Uses of IndexType in net.runelite.cache
Methods in net.runelite.cache that return IndexType Modifier and Type Method Description static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexType in net.runelite.cache.fs
Methods in net.runelite.cache.fs with parameters of type IndexType Modifier and Type Method Description IndexStore. getIndex(IndexType type)
-