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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user