Class PlayerIndicatorsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.playerindicators.PlayerIndicatorsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Player Indicators", description="Highlight players on-screen and/or on the minimap", tags={"highlight","minimap","overlay","players"}) public class PlayerIndicatorsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description PlayerIndicatorsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClientTick(ClientTick clientTick)
void
onProfileChanged(ProfileChanged profileChanged)
void
onScriptPostFired(ScriptPostFired event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged profileChanged)
-
onClientTick
@Subscribe public void onClientTick(ClientTick clientTick)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired event)
-
-