Class BotServiceProvider

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

    public class BotServiceProvider
    extends java.lang.Object
    implements com.runemate.client.framework.open.BotServicesProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.runemate.game.api.client.embeddable.EmbeddableUI createDefaultUserInterface​(com.runemate.game.api.script.framework.AbstractBot bot)  
      com.runemate.client.framework.open.BotService getService​(com.runemate.game.api.script.framework.AbstractBot abstractBot)  
      void release​(com.runemate.game.api.script.framework.AbstractBot abstractBot)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BotServiceProvider

        public BotServiceProvider()
    • Method Detail

      • getService

        public com.runemate.client.framework.open.BotService getService​(com.runemate.game.api.script.framework.AbstractBot abstractBot)
        Specified by:
        getService in interface com.runemate.client.framework.open.BotServicesProvider
      • release

        public void release​(com.runemate.game.api.script.framework.AbstractBot abstractBot)
        Specified by:
        release in interface com.runemate.client.framework.open.BotServicesProvider
      • createDefaultUserInterface

        public com.runemate.game.api.client.embeddable.EmbeddableUI createDefaultUserInterface​(com.runemate.game.api.script.framework.AbstractBot bot)
        Specified by:
        createDefaultUserInterface in interface com.runemate.client.framework.open.BotServicesProvider