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

@@ -1561,6 +1561,13 @@ public interface Client extends GameShell
*/
void setNPCsHidden2D(boolean state);
/**
* Sets whether Pets from other players are hidden.
*
* @param state new pet hidden state
*/
void setPetsHidden(boolean state);
/**
* Sets whether attacking players or NPCs are hidden.
*

View File

@@ -48,6 +48,8 @@ public interface NPCDefinition
boolean isClickable();
boolean isFollower();
/**
* Gets whether the NPC is visible on the mini-map.
*/