public abstract class AbstractServiceProvider extends Object
AbstractServiceProvider performs some function within the client.| Modifier and Type | Field and Description | 
|---|---|
protected GameClient | 
gameClient
GameClient that owns this service provider | 
| Constructor and Description | 
|---|
AbstractServiceProvider(GameClient gameClient)
Initializes a new  
AbstractServiceProvider. | 
protected final GameClient gameClient
GameClient that owns this service providerpublic AbstractServiceProvider(GameClient gameClient)
AbstractServiceProvider.gameClient - The GameClient that owns this service providerCopyright © 2018. All rights reserved.