entityhider: Pets entity hider & isFollower (#2094)

This commit is contained in:
Siraz
2019-12-02 00:52:32 +01:00
committed by Ganom
parent 129ccd2de9
commit 47e8108181
7 changed files with 51 additions and 2 deletions

View File

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