summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2013-02-28 21:02:37 +0000
committerementalo <ementalodev@gmx.co.uk>2013-02-28 21:02:37 +0000
commit8d77a3f941606f01b8aa63651a28fd3a127360ed (patch)
tree1d4a394b2f60f5760b12aa03872aa7a0b39f8811 /EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java
parent58b1b34e4442f342af34b10876e7e7097499b15b (diff)
downloadEssentials-8d77a3f941606f01b8aa63651a28fd3a127360ed.tar
Essentials-8d77a3f941606f01b8aa63651a28fd3a127360ed.tar.gz
Essentials-8d77a3f941606f01b8aa63651a28fd3a127360ed.tar.lz
Essentials-8d77a3f941606f01b8aa63651a28fd3a127360ed.tar.xz
Essentials-8d77a3f941606f01b8aa63651a28fd3a127360ed.zip
[Breaking] Remove protect database functionality for protecting signs and rails.
- Removed config entries - Removed c3p0 lib
Diffstat (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java
index b82481267..e3acaabce 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java
@@ -1,6 +1,5 @@
package com.earth2me.essentials.protect;
-import com.earth2me.essentials.protect.data.IProtectedBlock;
import java.util.List;
import java.util.Map;
import org.bukkit.plugin.Plugin;
@@ -11,11 +10,7 @@ public interface IProtect extends Plugin
boolean getSettingBool(final ProtectConfig protectConfig);
String getSettingString(final ProtectConfig protectConfig);
-
- IProtectedBlock getStorage();
-
- void setStorage(IProtectedBlock pb);
-
+
EssentialsConnect getEssentialsConnect();
Map<ProtectConfig, Boolean> getSettingsBoolean();