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 void
onDraggingWidgetChanged(DraggingWidgetChanged event)
void
onProfileChanged(ProfileChanged event)
void
onScriptCallbackEvent(ScriptCallbackEvent event)
void
onScriptPreFired(ScriptPreFired event)
void
resetConfiguration()
protected void
shutDown()
protected void
startUp()
-
-
-
Method Detail
-
onProfileChanged
@Subscribe public void onProfileChanged(ProfileChanged event)
-
resetConfiguration
public void resetConfiguration()
- Overrides:
resetConfiguration
in classPlugin
-
onScriptPreFired
@Subscribe public void onScriptPreFired(ScriptPreFired event)
-
onDraggingWidgetChanged
@Subscribe public void onDraggingWidgetChanged(DraggingWidgetChanged event)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(ScriptCallbackEvent event)
-
-