Class ItemPricesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.itemprices.ItemPricesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Item Prices", description="Show prices on hover for items in your inventory and bank", tags={"bank","inventory","overlay","high","alchemy","grand","exchange","tooltips"}, enabledByDefault=false) public class ItemPricesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ItemPricesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onBeforeRender(BeforeRender event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onBeforeRender
@Subscribe public void onBeforeRender(BeforeRender event)
-
-