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