Class RandomEventPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.randomevents.RandomEventPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Random Events", description="Notify when random events appear and remove talk/dismiss options on events that aren\'t yours.", enabledByDefault=false) public class RandomEventPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RandomEventPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInteractingChanged(InteractingChanged event)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onNpcDespawned(NpcDespawned npcDespawned)
protected void
shutDown()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, startUp
-
-
-
-
Method Detail
-
shutDown
protected void shutDown() throws Exception
-
onInteractingChanged
@Subscribe public void onInteractingChanged(InteractingChanged event)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
-