Class CombatLevelPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.combatlevel.CombatLevelPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Combat Level", description="Show a more accurate combat level in Combat Options panel and other combat level functions", tags={"wilderness","attack","range"}) public class CombatLevelPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description CombatLevelPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged event)
void
onScriptPostFired(ScriptPostFired scriptPostFired)
void
onScriptPreFired(ScriptPreFired scriptPreFired)
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
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onScriptPreFired
@Subscribe public void onScriptPreFired(ScriptPreFired scriptPreFired)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired scriptPostFired)
-
-