Update to Minecraft 1.14-pre5
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3c840f61b8
commit
30a442aef7
92 changed files with 2602 additions and 884 deletions
|
@ -192,31 +192,6 @@ public final class Bukkit {
|
|||
return server.getIp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the name of this server.
|
||||
*
|
||||
* @return the name of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
@NotNull
|
||||
public static String getServerName() {
|
||||
return server.getServerName();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get an ID of this server. The ID is a simple generally alphanumeric ID
|
||||
* that can be used for uniquely identifying this server.
|
||||
*
|
||||
* @return the ID of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
@NotNull
|
||||
public static String getServerId() {
|
||||
return server.getServerId();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get world type (level-type setting) for default world.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue