Class CrypticClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.CrypticClue
-
- All Implemented Interfaces:
LocationClueScroll
,NpcClueScroll
,ObjectClueScroll
public class CrypticClue extends ClueScroll implements NpcClueScroll, ObjectClueScroll
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CrypticClue.CrypticClueBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrypticClue.CrypticClueBuilder
builder()
static CrypticClue
forText(String text)
int[]
getConfigKeys()
WorldPoint
getLocation(ClueScrollPlugin plugin)
String
getNpc()
Collection<Integer>
getNpcRegions()
String[]
getNpcs(ClueScrollPlugin plugin)
int
getObjectId()
int[]
getObjectIds()
String
getQuestionText()
String
getSolution(ClueScrollPlugin plugin)
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, getFirePitVarbitId, isRequiresLight, isRequiresSpade, renderOverlayNote, setEnemy, setFirePitVarbitId, 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
-
getLocation
@Nullable public WorldPoint getLocation(ClueScrollPlugin plugin)
- Specified by:
getLocation
in interfaceLocationClueScroll
-
getSolution
public String getSolution(ClueScrollPlugin plugin)
-
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 CrypticClue forText(String text)
-
getObjectIds
public int[] getObjectIds()
- Specified by:
getObjectIds
in interfaceObjectClueScroll
-
getNpcs
public String[] getNpcs(ClueScrollPlugin plugin)
- Specified by:
getNpcs
in interfaceNpcClueScroll
-
getNpcRegions
public Collection<Integer> getNpcRegions()
- Specified by:
getNpcRegions
in interfaceNpcClueScroll
-
getConfigKeys
public int[] getConfigKeys()
- Overrides:
getConfigKeys
in classClueScroll
-
builder
public static CrypticClue.CrypticClueBuilder builder()
-
getText
public String getText()
-
getNpc
@Nullable public String getNpc()
-
getObjectId
public int getObjectId()
-
getQuestionText
@Nullable public String getQuestionText()
-
-