entity hider plugin: add support for hiding pets
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user