me.hsgamer.hscore.database.Client Maven / Gradle / Ivy
package me.hsgamer.hscore.database;
/**
* The client
*
* @param the original
*/
public interface Client {
/**
* Get the original
*
* @return the original
*/
T getOriginal();
/**
* Get the setting
*
* @return the setting
*/
Setting getSetting();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy