1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +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 IAntiBuild extends Plugin
{
/**
*
* @return
*/
EssentialsConnect getEssentialsConnect();
/**
*
* @return
*/
AntiBuildHolder getSettings();
/**
*
* @param settings
*/
void setSettings(AntiBuildHolder settings);
}