Package net.runelite.client.plugins.bank
Class BankPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.bank.BankPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Bank", description="Modifications to the banking interface", tags={"grand","exchange","high","alchemy","prices","deposit","pin"}) public class BankPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description BankPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)voidonMenuShouldLeftClick(net.runelite.api.events.MenuShouldLeftClick event)voidonScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent event)voidonScriptPostFired(net.runelite.api.events.ScriptPostFired event)voidonScriptPreFired(net.runelite.api.events.ScriptPreFired event)voidonWidgetLoaded(net.runelite.api.events.WidgetLoaded event)protected voidshutDown()protected voidstartUp()-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onMenuShouldLeftClick
@Subscribe public void onMenuShouldLeftClick(net.runelite.api.events.MenuShouldLeftClick event)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent event)
-
onWidgetLoaded
@Subscribe public void onWidgetLoaded(net.runelite.api.events.WidgetLoaded event)
-
onScriptPreFired
@Subscribe(priority=1.0f) public void onScriptPreFired(net.runelite.api.events.ScriptPreFired event)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(net.runelite.api.events.ScriptPostFired event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)
-
-