Package net.runelite.client.plugins.corp
Class CorpPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.corp.CorpPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Corporeal Beast", description="Show damage statistics and highlight dark energy cores", tags={"bosses","combat","pve","overlay"}) public class CorpPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description CorpPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonGameStateChanged(net.runelite.api.events.GameStateChanged gameStateChanged)voidonHitsplatApplied(net.runelite.api.events.HitsplatApplied hitsplatApplied)voidonInteractingChanged(net.runelite.api.events.InteractingChanged interactingChanged)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded menuEntryAdded)voidonNpcDespawned(net.runelite.api.events.NpcDespawned npcDespawned)voidonNpcSpawned(net.runelite.api.events.NpcSpawned npcSpawned)voidonVarbitChanged(net.runelite.api.events.VarbitChanged varbitChanged)protected voidshutDown()protected voidstartUp()-
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(net.runelite.api.events.GameStateChanged gameStateChanged)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(net.runelite.api.events.NpcSpawned npcSpawned)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(net.runelite.api.events.NpcDespawned npcDespawned)
-
onHitsplatApplied
@Subscribe public void onHitsplatApplied(net.runelite.api.events.HitsplatApplied hitsplatApplied)
-
onInteractingChanged
@Subscribe public void onInteractingChanged(net.runelite.api.events.InteractingChanged interactingChanged)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(net.runelite.api.events.VarbitChanged varbitChanged)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded menuEntryAdded)
-
-