Uses of Interface
com.mythicscape.batclient.interfaces.MacroManager

Uses of MacroManager in com.mythicscape.batclient.interfaces
 

Methods in com.mythicscape.batclient.interfaces that return MacroManager
 MacroManager BatClientPlugin.getMacroManager()
           
 

Methods in com.mythicscape.batclient.interfaces with parameters of type MacroManager
 void BatClientPlugin.init(PluginManager pluginManager, Global global, MacroManager macroManager, Net net, TriggerManager triggerManager, ClientGUI clientGUI)
          Initializes the plugin with the objects it should have access to from the client.