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

Uses of Net in com.mythicscape.batclient.interfaces
 

Methods in com.mythicscape.batclient.interfaces that return Net
 Net BatClientPlugin.getNet()
           
 

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