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

Uses of ClientGUI in com.mythicscape.batclient.interfaces
 

Methods in com.mythicscape.batclient.interfaces that return ClientGUI
 ClientGUI BatClientPlugin.getClientGUI()
           
 

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