summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/Server.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
index 26459cea..80cd8127 100644
--- a/src/main/java/org/bukkit/Server.java
+++ b/src/main/java/org/bukkit/Server.java
@@ -110,6 +110,13 @@ public interface Server {
* @return The ID of this server
*/
public String getServerId();
+
+ /**
+ * Gets whether this server allows the End or not.
+ *
+ * @return Whether this server allows the End or not.
+ */
+ public boolean getAllowEnd();
/**
* Gets whether this server allows the Nether or not.