entity hider plugin: add support for hiding pets

This commit is contained in:
15987632
2019-11-12 00:21:42 -05:00
committed by Adam
parent 1078fab4db
commit 5a1883d9d7
3 changed files with 23 additions and 1 deletions

View File

@@ -1493,6 +1493,13 @@ public interface Client extends GameEngine
*/
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.
*