Interface LocationsClueScroll
-
- All Known Implementing Classes:
HotColdClue
,ThreeStepCrypticClue
public interface LocationsClueScroll
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldPoint[]
getLocations(ClueScrollPlugin plugin)
void
reset()
-
-
-
Method Detail
-
reset
void reset()
-
getLocations
WorldPoint[] getLocations(ClueScrollPlugin plugin)
-
-