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