summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/net/ess3/protect/IProtect.java
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2012-09-27 12:15:44 +0100
committerementalo <ementalodev@gmx.co.uk>2012-09-27 12:16:15 +0100
commit73eaadd8b51c4c970ab5b146ad336028c23cb794 (patch)
treeb0f1f7f4565e5d48ca7086c80d9917c27cbf4d9d /EssentialsProtect/src/net/ess3/protect/IProtect.java
parent476b5820bdfbf80c52e39085f1671d8dfc4a3951 (diff)
downloadEssentials-73eaadd8b51c4c970ab5b146ad336028c23cb794.tar
Essentials-73eaadd8b51c4c970ab5b146ad336028c23cb794.tar.gz
Essentials-73eaadd8b51c4c970ab5b146ad336028c23cb794.tar.lz
Essentials-73eaadd8b51c4c970ab5b146ad336028c23cb794.tar.xz
Essentials-73eaadd8b51c4c970ab5b146ad336028c23cb794.zip
Removing the signs and rails protection from protect
Remove the antibuild functionality from protect
Diffstat (limited to 'EssentialsProtect/src/net/ess3/protect/IProtect.java')
-rw-r--r--EssentialsProtect/src/net/ess3/protect/IProtect.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/EssentialsProtect/src/net/ess3/protect/IProtect.java b/EssentialsProtect/src/net/ess3/protect/IProtect.java
index df2a454a0..95af97402 100644
--- a/EssentialsProtect/src/net/ess3/protect/IProtect.java
+++ b/EssentialsProtect/src/net/ess3/protect/IProtect.java
@@ -1,6 +1,5 @@
package net.ess3.protect;
-import net.ess3.protect.data.IProtectedBlock;
import org.bukkit.plugin.Plugin;
@@ -9,9 +8,7 @@ public interface IProtect extends Plugin
// boolean checkProtectionItems(final ProtectConfig list, final int id);
// boolean getSettingBool(final ProtectConfig protectConfig);
// String getSettingString(final ProtectConfig protectConfig);
- IProtectedBlock getStorage();
- void setStorage(IProtectedBlock pb);
EssentialsConnect getEssentialsConnect();