Interface NamedObjectClueScroll
-
- All Known Implementing Classes:
SkillChallengeClue
public interface NamedObjectClueScroll
Represents a clue which should highlight objects of a given name rather than a specific ID and location, as some clues will call for a general action which can be completed at any number of locations. The area in which this highlighting should occur can be restricted by giving a non-null array of region IDs where only objects within those regions will be highlighted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getObjectNames()
int[]
getObjectRegions()
-
-
-
Method Detail
-
getObjectNames
String[] getObjectNames()
-
getObjectRegions
@Nullable int[] getObjectRegions()
-
-