Package rsb.internal

Class PassiveScriptHandler

java.lang.Object
rsb.internal.PassiveScriptHandler

public class PassiveScriptHandler extends Object
  • Constructor Details

    • PassiveScriptHandler

      public PassiveScriptHandler(RuneLite bot)
  • Method Details

    • addScriptListener

      public void addScriptListener(PassiveScriptListener l)
    • removeScriptListener

      public void removeScriptListener(PassiveScriptListener l)
    • getBot

      public RuneLite getBot()
    • getRunningScripts

      public Map<Integer,PassiveScript> getRunningScripts()
    • stopScript

      public void stopScript(int id)
    • runScript

      public void runScript(PassiveScript script)
    • stopAllScripts

      public void stopAllScripts()
    • stopScript

      public void stopScript()