Uses of Class
net.runelite.cache.util.BaseVarType
-
Packages that use BaseVarType Package Description net.runelite.cache.definitions net.runelite.cache.util -
-
Uses of BaseVarType in net.runelite.cache.definitions
Methods in net.runelite.cache.definitions that return BaseVarType Modifier and Type Method Description BaseVarType[]DBTableIndex. getTupleTypes()Methods in net.runelite.cache.definitions with parameters of type BaseVarType Modifier and Type Method Description voidDBTableIndex. setTupleTypes(BaseVarType[] tupleTypes) -
Uses of BaseVarType in net.runelite.cache.util
Methods in net.runelite.cache.util that return BaseVarType Modifier and Type Method Description static BaseVarTypeBaseVarType. forId(int id)static BaseVarTypeBaseVarType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseVarType[]BaseVarType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-