Class MapClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.MapClue
-
- All Implemented Interfaces:
LocationClueScroll
,ObjectClueScroll
- Direct Known Subclasses:
BeginnerMapClue
public class MapClue extends ClueScroll implements ObjectClueScroll
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHAMPIONS_GUILD
static String
SOUTH_OF_DRAYNOR_BANK
static String
STANDING_STONES
static String
VARROCK_EAST_MINE
static String
WIZARDS_TOWER_DIS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapClue
forItemId(int itemId)
int[]
getConfigKeys()
String
getDescription()
int
getItemId()
WorldPoint
getLocation(ClueScrollPlugin plugin)
int
getObjectId()
int[]
getObjectIds()
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
-
-
-
-
Field Detail
-
CHAMPIONS_GUILD
public static final String CHAMPIONS_GUILD
- See Also:
- Constant Field Values
-
VARROCK_EAST_MINE
public static final String VARROCK_EAST_MINE
- See Also:
- Constant Field Values
-
STANDING_STONES
public static final String STANDING_STONES
- See Also:
- Constant Field Values
-
WIZARDS_TOWER_DIS
public static final String WIZARDS_TOWER_DIS
- See Also:
- Constant Field Values
-
SOUTH_OF_DRAYNOR_BANK
public static final String SOUTH_OF_DRAYNOR_BANK
- See Also:
- Constant Field Values
-
-
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
-
forItemId
public static MapClue forItemId(int itemId)
-
getObjectIds
public int[] getObjectIds()
- Specified by:
getObjectIds
in interfaceObjectClueScroll
-
getConfigKeys
public int[] getConfigKeys()
- Overrides:
getConfigKeys
in classClueScroll
-
getItemId
public int getItemId()
-
getObjectId
public int getObjectId()
-
getDescription
public String getDescription()
-
-