Class PrayerPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.prayer.PrayerPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Prayer", description="Show various information related to prayer", tags={"combat","flicking","overlay"}) public class PrayerPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description PrayerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameTick(net.runelite.api.events.GameTick tick)
void
onItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, resetConfiguration
-
-
-
-
Method Detail
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(net.runelite.api.events.ItemContainerChanged event)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick tick)
-
-