Class PestControlPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.pestcontrol.PestControlPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Pest Control", description="Show helpful information for the Pest Control minigame", tags={"minigame","overlay"}) public class PestControlPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description PestControlPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage chatMessage)
void
onGameStateChanged(GameStateChanged event)
void
onNpcDespawned(NpcDespawned event)
void
onNpcSpawned(NpcSpawned event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage chatMessage)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned event)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned event)
-
-