Class SmeltingPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.smelting.SmeltingPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Smelting", description="Show Smelting stats", tags={"overlay","skilling"}) @PluginDependency(XpTrackerPlugin.class) public class SmeltingPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description SmeltingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onGameTick(GameTick event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
-