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 void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onHitsplatApplied(HitsplatApplied hitsplatApplied)
void
onInteractingChanged(InteractingChanged interactingChanged)
void
onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
void
onNpcDespawned(NpcDespawned npcDespawned)
void
onNpcSpawned(NpcSpawned npcSpawned)
void
onVarbitChanged(VarbitChanged varbitChanged)
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 gameStateChanged)
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned npcSpawned)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
onHitsplatApplied
@Subscribe public void onHitsplatApplied(HitsplatApplied hitsplatApplied)
-
onInteractingChanged
@Subscribe public void onInteractingChanged(InteractingChanged interactingChanged)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged varbitChanged)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
-
-