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
|
@ -178,6 +178,15 @@ public final class Bukkit {
|
|||
return server.getViewDistance();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the simulation distance from this server.
|
||||
*
|
||||
* @return the simulation distance from this server.
|
||||
*/
|
||||
public static int getSimulationDistance() {
|
||||
return server.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