Class SkillCalculatorPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.skillcalculator.SkillCalculatorPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Skill Calculator", description="Enable the Skill Calculator panel", tags={"panel","skilling"}) public class SkillCalculatorPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description SkillCalculatorPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onWorldChanged(WorldChanged 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
-
onWorldChanged
@Subscribe public void onWorldChanged(WorldChanged event)
-
-