Class SkillCalculatorPlugin

  • All Implemented Interfaces:
    com.google.inject.Module

    @PluginDescriptor(name="Skill Calculator",
                      description="Enable the Skill Calculator panel",
                      tags={"panel","skilling"})
    public class SkillCalculatorPlugin
    extends Plugin
    • Constructor Detail

      • SkillCalculatorPlugin

        public SkillCalculatorPlugin()
    • 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
      • onWorldChanged

        @Subscribe
        public void onWorldChanged​(net.runelite.api.events.WorldChanged event)