Class XpDropPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.xpdrop.XpDropPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="XP Drop", description="Enable customization of the way XP drops are displayed", tags={"experience","levels","tick","prayer","xpdrop"}) public class XpDropPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description XpDropPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameTick(GameTick tick)
void
onScriptPreFired(ScriptPreFired scriptPreFired)
void
onStatChanged(StatChanged statChanged)
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, shutDown, startUp
-
-
-
-
Method Detail
-
onScriptPreFired
@Subscribe public void onScriptPreFired(ScriptPreFired scriptPreFired)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
-