Class 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 Detail

      • TitheFarmPlugin

        public TitheFarmPlugin()
    • Method Detail

      • onGameTick

        @Subscribe
        public void onGameTick​(net.runelite.api.events.GameTick event)
      • onGameObjectSpawned

        @Subscribe
        public void onGameObjectSpawned​(net.runelite.api.events.GameObjectSpawned event)
      • getPlants

        public Set<net.runelite.client.plugins.tithefarm.TitheFarmPlant> getPlants()