Uses of Class
net.runelite.cache.definitions.DBRowDefinition
-
Packages that use DBRowDefinition Package Description net.runelite.cache net.runelite.cache.definitions.loaders -
-
Uses of DBRowDefinition in net.runelite.cache
Methods in net.runelite.cache that return DBRowDefinition Modifier and Type Method Description DBRowDefinitionDBRowManager. get(int rowId)Methods in net.runelite.cache that return types with arguments of type DBRowDefinition Modifier and Type Method Description Collection<DBRowDefinition>DBRowManager. getRows() -
Uses of DBRowDefinition in net.runelite.cache.definitions.loaders
Methods in net.runelite.cache.definitions.loaders that return DBRowDefinition Modifier and Type Method Description DBRowDefinitionDBRowLoader. load(int id, byte[] b)
-