Class SpellbookPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.spellbook.SpellbookPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Spellbook", description="Reorder and hide spells") public class SpellbookPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description SpellbookPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDraggingWidgetChanged(net.runelite.api.events.DraggingWidgetChanged event)voidonProfileChanged(ProfileChanged event)voidonScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent event)voidonScriptPreFired(net.runelite.api.events.ScriptPreFired event)voidresetConfiguration()protected voidshutDown()protected voidstartUp()
-
-
-
Method Detail
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged event)
-
resetConfiguration
public void resetConfiguration()
- Overrides:
resetConfigurationin classPlugin
-
onScriptPreFired
@Subscribe public void onScriptPreFired(net.runelite.api.events.ScriptPreFired event)
-
onDraggingWidgetChanged
@Subscribe public void onDraggingWidgetChanged(net.runelite.api.events.DraggingWidgetChanged event)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent event)
-
-