Class CustomCursorPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.customcursor.CustomCursorPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Custom Cursor", description="Replaces your mouse cursor image", enabledByDefault=false) public class CustomCursorPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description CustomCursorPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged event)
void
onItemContainerChanged(ItemContainerChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
-