Class EntityHiderPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.entityhider.EntityHiderPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Entity Hider", description="Hide players, NPCs, and/or projectiles", tags={"npcs","players","projectiles"}, enabledByDefault=false) public class EntityHiderPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description EntityHiderPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged e)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged e)
-
-