mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02:00
More work on the API
This commit is contained in:
@@ -5,9 +5,21 @@ import org.bukkit.plugin.Plugin;
|
||||
|
||||
public interface IProtect extends Plugin
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
EssentialsConnect getEssentialsConnect();
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
ProtectHolder getSettings();
|
||||
|
||||
/**
|
||||
*
|
||||
* @param settings
|
||||
*/
|
||||
void setSettings(ProtectHolder settings);
|
||||
}
|
||||
|
Reference in New Issue
Block a user