Class BotServiceImpl

  • All Implemented Interfaces:
    com.runemate.client.framework.open.BotService

    public class BotServiceImpl
    extends java.lang.Object
    implements com.runemate.client.framework.open.BotService
    • Constructor Detail

      • BotServiceImpl

        public BotServiceImpl​(com.runemate.game.api.script.framework.AbstractBot bot)
    • Method Detail

      • getEventController

        public com.runemate.game.api.script.framework.task.Task getEventController()
        Specified by:
        getEventController in interface com.runemate.client.framework.open.BotService
      • getEventDispatcher

        public com.runemate.game.api.script.framework.core.EventDispatcher getEventDispatcher()
        Specified by:
        getEventDispatcher in interface com.runemate.client.framework.open.BotService
      • getFramerateRegulator

        public java.lang.Runnable getFramerateRegulator()
        Specified by:
        getFramerateRegulator in interface com.runemate.client.framework.open.BotService
      • getInputManager

        public com.runemate.client.framework.open.BotInputService getInputManager()
        Specified by:
        getInputManager in interface com.runemate.client.framework.open.BotService
      • getCacheController

        public com.runemate.client.game.open.CacheController getCacheController()
        Specified by:
        getCacheController in interface com.runemate.client.framework.open.BotService
      • getBridgeService

        public com.runemate.client.framework.open.BridgeService getBridgeService()
        Specified by:
        getBridgeService in interface com.runemate.client.framework.open.BotService
      • getReducedCpuListener

        public java.util.EventListener getReducedCpuListener()
        Specified by:
        getReducedCpuListener in interface com.runemate.client.framework.open.BotService
      • close

        public void close()
        Specified by:
        close in interface com.runemate.client.framework.open.BotService