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 java.util.Collection<java.lang.Integer>getNpcRegions()java.lang.String[]getNpcs(ClueScrollPlugin plugin)
-
-
-
Method Detail
-
getNpcs
java.lang.String[] getNpcs(ClueScrollPlugin plugin)
-
getNpcRegions
default java.util.Collection<java.lang.Integer> getNpcRegions()
-
-