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(GameTick tick)
void
onItemContainerChanged(ItemContainerChanged event)
void
resetConfiguration()
protected void
shutDown()
protected void
startUp()
-
-
-
Method Detail
-
resetConfiguration
public void resetConfiguration()
- Overrides:
resetConfiguration
in classPlugin
-
onItemContainerChanged
@Subscribe public void onItemContainerChanged(ItemContainerChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick tick)
-
-