Class BossTimersPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.bosstimer.BossTimersPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Boss Timers", description="Show boss spawn timer overlays", tags={"combat","pve","overlay","spawn"}) public class BossTimersPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description BossTimersPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNpcChanged(NpcChanged npcChanged)
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
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
onNpcChanged
@Subscribe public void onNpcChanged(NpcChanged npcChanged)
-
-