api: add npc composition isInteractible
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user