Class EmoteClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.EmoteClue
-
- All Implemented Interfaces:
LocationClueScroll
public class EmoteClue extends ClueScroll implements LocationClueScroll
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmoteClue
forText(String text)
int[]
getConfigKeys()
Emote
getFirstEmote()
ItemRequirement[]
getItemRequirements()
WorldPoint
getLocation(ClueScrollPlugin plugin)
String
getLocationName()
Emote
getSecondEmote()
STASHUnit
getStashUnit()
String
getText()
void
makeOverlayHint(PanelComponent panelComponent, ClueScrollPlugin plugin)
void
makeSTASHOverlay(Graphics2D graphics, 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
public WorldPoint getLocation(ClueScrollPlugin plugin)
- Specified by:
getLocation
in interfaceLocationClueScroll
-
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
-
getConfigKeys
public int[] getConfigKeys()
- Overrides:
getConfigKeys
in classClueScroll
-
makeSTASHOverlay
public void makeSTASHOverlay(Graphics2D graphics, ClueScrollPlugin plugin)
-
getText
public String getText()
-
getLocationName
public String getLocationName()
-
getStashUnit
@Nullable public STASHUnit getStashUnit()
-
getFirstEmote
public Emote getFirstEmote()
-
getSecondEmote
public Emote getSecondEmote()
-
getItemRequirements
public ItemRequirement[] getItemRequirements()
-
-