Interface LocationClueScroll
-
- All Known Subinterfaces:
ObjectClueScroll
- All Known Implementing Classes:
AnagramClue,BeginnerMapClue,CipherClue,CoordinateClue,CrypticClue,EmoteClue,FairyRingClue,HotColdClue,MapClue,MusicClue,ThreeStepCrypticClue
public interface LocationClueScroll
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description net.runelite.api.coords.WorldPointgetLocation(ClueScrollPlugin plugin)default net.runelite.api.coords.WorldPoint[]getLocations(ClueScrollPlugin plugin)
-
-
-
Method Detail
-
getLocation
net.runelite.api.coords.WorldPoint getLocation(ClueScrollPlugin plugin)
-
getLocations
default net.runelite.api.coords.WorldPoint[] getLocations(ClueScrollPlugin plugin)
-
-