Class PoisonPlugin

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

    @PluginDescriptor(name="Poison",
                      description="Tracks current damage values for Poison and Venom",
                      tags={"combat","poison","venom","heart","hp"})
    public class PoisonPlugin
    extends Plugin
    • Constructor Detail

      • PoisonPlugin

        public PoisonPlugin()
    • 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
      • onVarbitChanged

        @Subscribe
        public void onVarbitChanged​(net.runelite.api.events.VarbitChanged event)
      • getLastDamage

        public int getLastDamage()