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