Class DevToolsPlugin

    • Constructor Detail

      • DevToolsPlugin

        public DevToolsPlugin()
    • 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
      • onCommandExecuted

        @Subscribe
        public void onCommandExecuted​(net.runelite.api.events.CommandExecuted commandExecuted)
      • onMenuEntryAdded

        @Subscribe
        public void onMenuEntryAdded​(net.runelite.api.events.MenuEntryAdded event)
      • onScriptCallbackEvent

        @Subscribe
        public void onScriptCallbackEvent​(net.runelite.api.events.ScriptCallbackEvent ev)
      • onClientTick

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

        public net.runelite.api.Client getClient()
      • getOverlay

        public net.runelite.client.plugins.devtools.DevToolsOverlay getOverlay()
      • getMapRegionOverlay

        public net.runelite.client.plugins.devtools.WorldMapRegionOverlay getMapRegionOverlay()
      • getSoundEffectOverlay

        public net.runelite.client.plugins.devtools.SoundEffectOverlay getSoundEffectOverlay()
      • getEventBus

        public EventBus getEventBus()
      • getInventoryInspector

        public DevToolsButton getInventoryInspector()
      • getUiDefaultsInspector

        public DevToolsButton getUiDefaultsInspector()
      • getSwingInspectorHotkeyListener

        public HotkeyListener getSwingInspectorHotkeyListener()
      • getSwingInspectorKeyListener

        public java.awt.event.AWTEventListener getSwingInspectorKeyListener()