From e180d89b8f762c10f78f4cd646386539a8f46ef0 Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Fri, 9 Dec 2011 18:50:49 +0100 Subject: [PATCH] Add Bukkit.getAllowEnd(). Thanks codename-B! --- src/main/java/org/bukkit/Server.java | 7 +++++++ 1 file changed, 7 insertions(+) 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.