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

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot 2011-12-09 18:50:49 +01:00
parent f63d8e600d
commit 2a9dad1626

View file

@ -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.