Class CipherClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.CipherClue
-
- All Implemented Interfaces:
LocationClueScroll
,NpcClueScroll
,TextClueScroll
public class CipherClue extends ClueScroll implements TextClueScroll, NpcClueScroll, LocationClueScroll
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CipherClue
forText(String text)
String
getAnswer()
String
getArea()
net.runelite.api.coords.WorldPoint
getLocation()
String
getNpc()
String[]
getNpcs()
String
getQuestion()
String
getText()
void
makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
void
makeWorldOverlayHint(Graphics2D graphics, ClueScrollPlugin plugin)
-
Methods inherited from class net.runelite.client.plugins.cluescrolls.clues.ClueScroll
getEnemy, getHasFirePit, isRequiresLight, isRequiresSpade, setEnemy, setHasFirePit, setRequiresLight, setRequiresSpade
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.runelite.client.plugins.cluescrolls.clues.LocationClueScroll
getLocations
-
-
-
-
Method Detail
-
makeOverlayHint
public void makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
- Specified by:
makeOverlayHint
in classClueScroll
-
makeWorldOverlayHint
public void makeWorldOverlayHint(Graphics2D graphics, ClueScrollPlugin plugin)
- Specified by:
makeWorldOverlayHint
in classClueScroll
-
forText
public static CipherClue forText(String text)
-
getNpcs
public String[] getNpcs()
- Specified by:
getNpcs
in interfaceNpcClueScroll
-
getText
public String getText()
- Specified by:
getText
in interfaceTextClueScroll
-
getNpc
public String getNpc()
-
getLocation
public net.runelite.api.coords.WorldPoint getLocation()
- Specified by:
getLocation
in interfaceLocationClueScroll
-
getArea
public String getArea()
-
-