Package net.runelite.client.plugins.ammo
Class AmmoPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.ammo.AmmoPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Ammo", description="Shows the current ammo the player has equipped", tags={"bolts","darts","chinchompa","equipment"}) public class AmmoPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description AmmoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onItemContainerChanged(ItemContainerChanged 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
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged event)
-
-