Add Bukkit.getAllowEnd(). Thanks codename-B!

This commit is contained in:
Erik Broes
2011-12-09 18:50:49 +01:00
parent 09640d4ba3
commit 3e93f794d4

View File

@@ -111,6 +111,13 @@ public interface Server {
*/ */
public String getServerId(); 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. * Gets whether this server allows the Nether or not.
* *