Interface NpcClueScroll
-
- All Known Implementing Classes:
AnagramClue
,CipherClue
,CrypticClue
,FaloTheBardClue
,HotColdClue
,MusicClue
,SkillChallengeClue
,ThreeStepCrypticClue
public interface NpcClueScroll
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Collection<Integer>
getNpcRegions()
String[]
getNpcs(ClueScrollPlugin plugin)
-
-
-
Method Detail
-
getNpcs
String[] getNpcs(ClueScrollPlugin plugin)
-
getNpcRegions
default Collection<Integer> getNpcRegions()
-
-