entityhider: Pets entity hider & isFollower (#2094)

This commit is contained in:
Siraz
2019-12-01 18:52:32 -05:00
committed by Ganom
parent 129ccd2de9
commit 47e8108181
7 changed files with 51 additions and 2 deletions
@@ -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.
*
@@ -48,6 +48,8 @@ public interface NPCDefinition
boolean isClickable();
boolean isFollower();
/**
* Gets whether the NPC is visible on the mini-map.
*/