Class PoisonPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.poison.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 Summary
Constructors Constructor Description PoisonPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLastDamage()
void
onConfigChanged(ConfigChanged event)
void
onVarbitChanged(VarbitChanged 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
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
getLastDamage
public int getLastDamage()
-
-