Class 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 Detail

      • PlayerIndicatorsPlugin

        public PlayerIndicatorsPlugin()
    • Method Detail

      • startUp

        protected void startUp()
                        throws java.lang.Exception
        Overrides:
        startUp in class Plugin
        Throws:
        java.lang.Exception
      • shutDown

        protected void shutDown()
                         throws java.lang.Exception
        Overrides:
        shutDown in class Plugin
        Throws:
        java.lang.Exception
      • onClientTick

        @Subscribe
        public void onClientTick​(net.runelite.api.events.ClientTick clientTick)
      • onScriptPostFired

        @Subscribe
        public void onScriptPostFired​(net.runelite.api.events.ScriptPostFired event)