Class CookingPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.cooking.CookingPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Cooking", description="Show cooking statistics", tags={"overlay","skilling","cook"}) @PluginDependency(XpTrackerPlugin.class) public class CookingPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description CookingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onGameTick(GameTick gameTick)
void
onGraphicChanged(GraphicChanged graphicChanged)
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
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
onGraphicChanged
@Subscribe public void onGraphicChanged(GraphicChanged graphicChanged)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
-