mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 13:22:51 +00:00
Add Bukkit.getAllowEnd(). Thanks codename-B!
This commit is contained in:
parent
a7beacd2ff
commit
e180d89b8f
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue