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

Uses of Global in com.mythicscape.batclient.interfaces
 

Methods in com.mythicscape.batclient.interfaces that return Global
 Global BatClientPlugin.getGlobal()
           
 

Methods in com.mythicscape.batclient.interfaces with parameters of type Global
 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.