1
0
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:
Iaccidentally
2013-05-25 18:52:17 -04:00
parent bc29f9d4b1
commit cf3ab408b4
8 changed files with 126 additions and 31 deletions

View File

@@ -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);
}