api: add npc composition isInteractible

This commit is contained in:
Adam
2019-11-25 14:17:01 -05:00
parent 6d6647a43f
commit 3ad56130e5

View File

@@ -48,6 +48,12 @@ public interface NPCComposition
boolean isClickable();
/**
* NPC can be interacting with via menu options
* @return
*/
boolean isInteractible();
/**
* Gets whether the NPC is visible on the mini-map.
*/