Update to Minecraft 1.18-pre5

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2021-11-22 09:00:00 +11:00
parent aa5b69a0ea
commit 98195bb7a9
10 changed files with 133 additions and 59 deletions

View File

@@ -149,6 +149,13 @@ public interface Server extends PluginMessageRecipient {
*/
public int getViewDistance();
/**
* Get the simulation distance from this server.
*
* @return the simulation distance from this server.
*/
public int getSimulationDistance();
/**
* Get the IP that this server is bound to, or empty string if not
* specified.