Class TitheFarmPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.tithefarm.TitheFarmPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Tithe Farm", description="Show timers for the farming patches within the Tithe Farm minigame", tags={"farming","minigame","overlay","skilling","timers"}) public class TitheFarmPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description TitheFarmPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<net.runelite.client.plugins.tithefarm.TitheFarmPlant>
getPlants()
void
onConfigChanged(ConfigChanged event)
void
onGameObjectSpawned(GameObjectSpawned 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
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onGameObjectSpawned
@Subscribe public void onGameObjectSpawned(GameObjectSpawned event)
-
getPlants
public Set<net.runelite.client.plugins.tithefarm.TitheFarmPlant> getPlants()
-
-