Uses of Class
net.runelite.client.plugins.cluescrolls.clues.CrypticClue
-
Packages that use CrypticClue Package Description net.runelite.client.plugins.cluescrolls.clues -
-
Uses of CrypticClue in net.runelite.client.plugins.cluescrolls.clues
Methods in net.runelite.client.plugins.cluescrolls.clues that return CrypticClue Modifier and Type Method Description CrypticClue
CrypticClue.CrypticClueBuilder. build()
static CrypticClue
CrypticClue. forText(String text)
Methods in net.runelite.client.plugins.cluescrolls.clues that return types with arguments of type CrypticClue Modifier and Type Method Description List<Map.Entry<CrypticClue,Boolean>>
ThreeStepCrypticClue. getClueSteps()
Constructor parameters in net.runelite.client.plugins.cluescrolls.clues with type arguments of type CrypticClue Constructor Description ThreeStepCrypticClue(List<Map.Entry<CrypticClue,Boolean>> clueSteps, String text)
-