api: Implement isInteractible

This commit is contained in:
Owain van Brakel
2020-05-30 10:26:29 +02:00
parent 0054731b5f
commit 41ee5f0df4
2 changed files with 13 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ public interface RSNPCDefinition extends NPCDefinition
@Override
boolean isFollower();
@Import("isInteractable")
@Override
boolean isInteractible();
@Import("drawMapDot")
@Override
boolean isMinimapVisible();