Update to Minecraft 1.18-pre5
By: md_5 <git@md-5.net>
This commit is contained in:
parent
aa5b69a0ea
commit
98195bb7a9
10 changed files with 133 additions and 59 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue