mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Add Bukkit.getAllowEnd(). Thanks codename-B!
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user