Class BeginnerMapClue
- java.lang.Object
-
- net.runelite.client.plugins.cluescrolls.clues.ClueScroll
-
- net.runelite.client.plugins.cluescrolls.clues.MapClue
-
- net.runelite.client.plugins.cluescrolls.clues.BeginnerMapClue
-
- All Implemented Interfaces:
LocationClueScroll
,ObjectClueScroll
public class BeginnerMapClue extends MapClue implements LocationClueScroll
-
-
Field Summary
-
Fields inherited from class net.runelite.client.plugins.cluescrolls.clues.MapClue
CHAMPIONS_GUILD, SOUTH_OF_DRAYNOR_BANK, STANDING_STONES, VARROCK_EAST_MINE, WIZARDS_TOWER_DIS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BeginnerMapClue
forWidgetID(int widgetGroupID)
int
getWidgetGroupID()
-
Methods inherited from class net.runelite.client.plugins.cluescrolls.clues.MapClue
forItemId, getConfigKeys, getDescription, getItemId, getLocation, getObjectId, getObjectIds, makeOverlayHint, makeWorldOverlayHint
-
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
getLocation, getLocations
-
-
-
-
Method Detail
-
forWidgetID
public static BeginnerMapClue forWidgetID(int widgetGroupID)
-
getWidgetGroupID
public int getWidgetGroupID()
-
-