Class ItemStatPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.itemstats.ItemStatPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Item Stats", description="Show information about food and potion effects", tags={"food","inventory","overlay","potion"}) public class ItemStatPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ItemStatPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(com.google.inject.Binder binder)
void
onConfigChanged(ConfigChanged event)
void
onGameTick(GameTick event)
void
onScriptPostFired(ScriptPostFired event)
void
onVarbitChanged(VarbitChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired event)
-
-