Class ThreeStepCrypticClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.ThreeStepCrypticClue
-
- All Implemented Interfaces:
LocationClueScroll
,LocationsClueScroll
,NpcClueScroll
,ObjectClueScroll
public class ThreeStepCrypticClue extends ClueScroll implements ObjectClueScroll, NpcClueScroll, LocationsClueScroll
-
-
Constructor Summary
Constructors Constructor Description ThreeStepCrypticClue(List<Map.Entry<CrypticClue,Boolean>> clueSteps, String text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThreeStepCrypticClue
forText(String plainText, String text)
List<Map.Entry<CrypticClue,Boolean>>
getClueSteps()
int[]
getConfigKeys()
WorldPoint
getLocation(ClueScrollPlugin plugin)
WorldPoint[]
getLocations(ClueScrollPlugin plugin)
String[]
getNpcs(ClueScrollPlugin plugin)
int[]
getObjectIds()
String
getText()
void
makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
void
makeWorldOverlayHint(Graphics2D graphics, ClueScrollPlugin plugin)
void
reset()
boolean
update(int containerId, ItemContainer itemContainer)
-
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.NpcClueScroll
getNpcRegions
-
-
-
-
Constructor Detail
-
ThreeStepCrypticClue
public ThreeStepCrypticClue(List<Map.Entry<CrypticClue,Boolean>> clueSteps, String text)
-
-
Method Detail
-
forText
public static ThreeStepCrypticClue forText(String plainText, String text)
-
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
-
update
public boolean update(int containerId, ItemContainer itemContainer)
-
reset
public void reset()
- Specified by:
reset
in interfaceLocationsClueScroll
-
getLocation
public WorldPoint getLocation(ClueScrollPlugin plugin)
- Specified by:
getLocation
in interfaceLocationClueScroll
-
getLocations
public WorldPoint[] getLocations(ClueScrollPlugin plugin)
- Specified by:
getLocations
in interfaceLocationClueScroll
- Specified by:
getLocations
in interfaceLocationsClueScroll
-
getNpcs
public String[] getNpcs(ClueScrollPlugin plugin)
- Specified by:
getNpcs
in interfaceNpcClueScroll
-
getObjectIds
public int[] getObjectIds()
- Specified by:
getObjectIds
in interfaceObjectClueScroll
-
getConfigKeys
public int[] getConfigKeys()
- Overrides:
getConfigKeys
in classClueScroll
-
getClueSteps
public List<Map.Entry<CrypticClue,Boolean>> getClueSteps()
-
getText
public String getText()
-
-