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