Package me.hsgamer.hscore.database
Class BaseClient<T>
java.lang.Object
me.hsgamer.hscore.database.BaseClient<T>
- Type Parameters:
T- the original
- All Implemented Interfaces:
Client<T>
-
Field Details
-
setting
The setting
-
-
Constructor Details
-
BaseClient
Create a new client- Parameters:
setting- the setting
-
-
Method Details
-
getSetting
Description copied from interface:ClientGet the setting- Specified by:
getSettingin interfaceClient<T>- Returns:
- the setting
-